From b1003301aff42a8c1d60bc435839502c4aa549ab Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 15 Aug 2019 23:59:28 +0900 Subject: Fixed a markup in different format [ci skip] --- lib/English.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/English.rb') diff --git a/lib/English.rb b/lib/English.rb index 3c07e5bdff..e6da36edcb 100644 --- a/lib/English.rb +++ b/lib/English.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true # Include the English library file in a Ruby script, and you can -# reference the global variables such as \VAR{\$\_} using less +# reference the global variables such as $_ using less # cryptic names, listed below. # # Without 'English': -- cgit v1.2.3