Skip to content

Commit

Permalink
docs: Fix typo on README (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Jul 1, 2023
1 parent 73c81cc commit 92eb5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Result id1 = id.parse("yeah");
Result id2 = id.parse("f12");
```

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

Expand Down

0 comments on commit 92eb5bf

Please sign in to comment.