Skip to content

Commit 33aa44a

Browse files
LightBenderpbackus
andauthored
Update std/string.d
Co-authored-by: Paul Backus <snarwin@gmail.com>
1 parent 36794e0 commit 33aa44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/string.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ if (isSomeChar!Char && isSomeChar!Char2)
19331933
}
19341934

19351935
/**
1936-
Searches the string `haystack` for the last occurrence of any of the
1936+
Searches `haystack` for the last occurrence of any of the
19371937
characters in `needles`.
19381938
19391939
Params:

0 commit comments

Comments
 (0)