Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f86f10f

Browse files
committed
fix a type of comments
1 parent 3f0eda0 commit f86f10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/regexp_trie.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class RegexpTrie
77
# Factly method to call `new(*strings).to_regexp(option)` in short.
88
#
99
# @param [Array<String>] strings Set of patterns
10-
# @param [Fixnum,Boolean] option The second argument of `Regexp.new()` passed to build a regexp instance
10+
# @param [Integer,Boolean] option The second argument of `Regexp.new()` passed to build a regexp instance
1111
# @return [Regexp]
1212
def self.union(*strings, option: nil)
1313
new(*strings).to_regexp(option)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /