We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c81cc commit 92eb5bfCopy full SHA for 92eb5bf
1 file changed
README.md
@@ -147,7 +147,7 @@ Result id1 = id.parse("yeah");
147
Result id2 = id.parse("f12");
148
```
149
150
-The method `String` returns `Result`, which is either an instance of `Success`
+The method `parse` returns `Result`, which is either an instance of `Success`
151
or `Failure`. In both examples above we are successful and can retrieve the
152
parse result using `Success#get()`:
153
0 commit comments