Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
(cherry picked from commit ed07eb2)
ref #14062
  • Loading branch information
xanderdunn authored and tkelman committed Nov 29, 2015
1 parent d497794 commit 6462964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ You can extract the following info from a :obj:`RegexMatch` object:
For when a capture doesn't match, instead of a substring, ``m.captures``
contains ``nothing`` in that position, and ``m.offsets`` has a zero
offset (recall that indices in Julia are 1-based, so a zero offset into
a string is invalid). Here's is a pair of somewhat contrived examples::
a string is invalid). Here is a pair of somewhat contrived examples::

julia> m = match(r"(a|b)(c)?(d)", "acd")
RegexMatch("acd", 1="a", 2="c", 3="d")
Expand Down

0 comments on commit 6462964

Please sign in to comment.