Skip to content

Commit 33c9e6a

Browse files
committed
fixed typo
1 parent d78bdfb commit 33c9e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regexplanet.rb

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

162162
output << "\t\t<td>"
163163
eq = regex =~ input
164-
if eq:
164+
if eq
165165
output << h(eq.to_s)
166166
else
167167
output << "<i>nil</i>"

0 commit comments

Comments
 (0)