Skip to content

Commit 3e4a5d3

Browse files
authored
fix typo
1 parent 42a563d commit 3e4a5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Cursor.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Returns the currently active actions object (or L<Mu> if none is set).
2323
2424
=head2 method orig
2525
26-
method origin(Cursor:D: --> Any)
26+
method orig(Cursor:D: --> Any)
2727
2828
Returns the object against which the regex matches.
2929
@@ -36,7 +36,7 @@ This is the value that the regex engine works with internally.
3636
3737
=head2 method pos
3838
39-
method pod(Cursor:D: --> Int:D)
39+
method pos(Cursor:D: --> Int:D)
4040
4141
Returns the current position as a string index into `Cursor.target`.
4242

0 commit comments

Comments
 (0)