Skip to content

Commit 3210043

Browse files
committed
Capitalize "Ruby" in comments
A user came through and capitalized all instances of "ruby" as that's not the proper way to do things. Since the commit came from the ruby repository it did not update the kpeg files (which are not included there). If the literals parsers are rebuilt in the future, now the "Ruby" fix won't regress.
1 parent 0494067 commit 3210043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rdoc/markdown/literals_1_8.kpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
##
77
# Provides Literals appropriate for your ruby version.
88
#--
9-
# This set of literals is for ruby 1.8 regular expressions.
9+
# This set of literals is for Ruby 1.8 regular expressions.
1010
}
1111

1212
Alphanumeric = /[0-9A-Za-z\200-\377]/

lib/rdoc/markdown/literals_1_9.kpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##
88
#--
9-
# This set of literals is for ruby 1.9 regular expressions and gives full
9+
# This set of literals is for Ruby 1.9 regular expressions and gives full
1010
# unicode support.
1111
#
1212
# Unlike peg-markdown, this set of literals recognizes Unicode alphanumeric

0 commit comments

Comments
 (0)