From 51522f99c4bc2b94a6ff35531c0671184775ab27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Fri, 3 Jul 2020 21:20:29 +0200 Subject: [PATCH] Fix mismatched docstrings in some of the scripts --- scripts/get_version.sh | 2 +- scripts/test_emscripten.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get_version.sh b/scripts/get_version.sh index 3df2b4c40..180ff3cd6 100755 --- a/scripts/get_version.sh +++ b/scripts/get_version.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #------------------------------------------------------------------------------ -# Bash script to execute the Solidity tests. +# Prints version of the Solidity compiler that the source code corresponds to. # # The documentation for solidity is hosted at: # diff --git a/scripts/test_emscripten.sh b/scripts/test_emscripten.sh index 13eeeebde..980cee196 100755 --- a/scripts/test_emscripten.sh +++ b/scripts/test_emscripten.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #------------------------------------------------------------------------------ -# Bash script to execute the Solidity tests. +# Bash script to execute the Solidity tests using the emscripten binary. # # The documentation for solidity is hosted at: #