Skip to content

Commit 08f8da4

Browse files
author
jneen
committed
grammar fix in StringScanner spec
1 parent bd47a16 commit 08f8da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/std/string_scanner_spec.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe StringScanner do
142142
end
143143

144144
describe "#skip_until" do
145-
it "advances the offset but does not returns the string matched" do
145+
it "advances the offset but does not return the string matched" do
146146
s = StringScanner.new("this is a string")
147147

148148
s.skip_until(/not/).should be_nil

0 commit comments

Comments
 (0)