Skip to content

Commit 92eb5bf

Browse files
authored
docs: Fix typo on README (#56)
1 parent 73c81cc commit 92eb5bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Result id1 = id.parse("yeah");
147147
Result id2 = id.parse("f12");
148148
```
149149

150-
The method `String` returns `Result`, which is either an instance of `Success`
150+
The method `parse` returns `Result`, which is either an instance of `Success`
151151
or `Failure`. In both examples above we are successful and can retrieve the
152152
parse result using `Success#get()`:
153153

0 commit comments

Comments
 (0)