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 4266b47

Browse files
committed
fix #1
1 parent be48dba commit 4266b47

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
@@ -72,7 +72,7 @@ def build(entry)
7272
if cconly
7373
"#{result}?"
7474
else
75-
"(?:#{$result})?"
75+
"(?:#{result})?"
7676
end
7777
else
7878
result

0 commit comments

Comments
(0)

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