From ff6f4e631ccddb436c3c7a3a0ebf6a3f3e4b63ec Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 31 May 2021 16:21:10 +0200 Subject: [PATCH] tool/ci_functions.sh: Fix typos and improve the comment. [ci skip] --- tool/ci_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <