diff --git a/tool/ci_functions.sh b/tool/ci_functions.sh index f0e888e3df..7066bbe4ec 100644 --- a/tool/ci_functions.sh +++ b/tool/ci_functions.sh @@ -7,7 +7,7 @@ # See `ruby tool/test/runner.rb --help` `-n` option. function ci_to_excluded_test_opts { local tests_str="${1}" - # Use the backward matching `!/name$/`, as the perfect matching does not work. + # Use the backward matching `!/name$/`, as the perfect matching doesn't work. # https://bugs.ruby-lang.org/issues/16936 ruby <