Merge pull request #9309 from ethereum/fix-script-mismatched-docstrings-and-typos

Fix a few mismatched docstrings and a typo in scripts/
This commit is contained in:
chriseth 2020-07-06 14:01:37 +02:00 committed by GitHub
commit 64be079a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/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: # The documentation for solidity is hosted at:
# #

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/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: # The documentation for solidity is hosted at:
# #

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Bash script to determine the percantage of tests that are compilable via Yul. # Bash script to determine the percentage of tests that are compilable via Yul.
# #
# Usage: # Usage:
# ./yul_coverage.sh [--no-stats] [--successful] [--internal-compiler-errors] # ./yul_coverage.sh [--no-stats] [--successful] [--internal-compiler-errors]