[前][次][番号順一覧][スレッド一覧]

ruby-changes:69596

From: Nobuyoshi <ko1@a...>
Date: Fri, 5 Nov 2021 09:59:19 +0900 (JST)
Subject: [ruby-changes:69596] 53e2bba0dd (master): [DOC] Markup the literal false, and constant [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=53e2bba0dd

From 53e2bba0dd9b3e86aa5e8d40a62c3b12a16ac6b3 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 5 Nov 2021 08:51:13 +0900
Subject: [DOC] Markup the literal false, and constant [ci skip]

---
 dir.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dir.rb b/dir.rb
index a6768939d43..d9a7f5fa8b6 100644
--- a/dir.rb
+++ b/dir.rb
@@ -140,13 +140,13 @@ class Dir https://github.com/ruby/ruby/blob/trunk/dir.rb#L140
   # paths.
   #
   # The results which matched single wildcard or character set are sorted in
-  # binary ascending order, unless false is given as the optional +sort+
+  # binary ascending order, unless +false+ is given as the optional +sort+
   # keyword argument.  The order of an Array of pattern strings and braces
   # are preserved.
   #
   # Note that the pattern is not a regexp, it's closer to a shell glob.
   # See File::fnmatch for the meaning of the +flags+ parameter.
-  # Case sensitivity depends on your system (File::FNM_CASEFOLD is ignored).
+  # Case sensitivity depends on your system (+File::FNM_CASEFOLD+ is ignored).
   #
   # <code>*</code>::
   #   Matches any file. Can be restricted by other values in the glob.
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]