Fix a typo in yul_converage script docstring

This commit is contained in:
Kamil Śliwak 2020-07-03 21:21:15 +02:00
parent 51522f99c4
commit 9b2c197091

View File

@ -1,7 +1,7 @@
#!/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:
# ./yul_coverage.sh [--no-stats] [--successful] [--internal-compiler-errors]