Skip to content

Commit 989af8b

Browse files
committed
s:g/Numerid/Numeric/
1 parent cc499db commit 989af8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/Numeric.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ Returns C<False> if the number is equivalent to zero, and C<True> otherwise.
133133
134134
=head2 method succ
135135
136-
method succ(Numerid:D:)
136+
method succ(Numeric:D:)
137137
138138
Returns the number incremented by one (successor).
139139
140140
=head2 method pred
141141
142-
method pred(Numerid:D:)
142+
method pred(Numeric:D:)
143143
144144
Returns the number decremented by one (predecessor).
145145

0 commit comments

Comments
 (0)