Skip to content

Commit

Permalink
Rename Perforate to Contingency in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Feb 11, 2024
1 parent 7f2715c commit d9b8057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ val url = Url.parse(urlText)
```

If an invalid value is passed to the `parse` method, then an error will be
raised. If using [Perforate](https://github.com/propensive/perforate/) then
raised. If using [Contingency](https://github.com/propensive/contingency/) then
there are a variety of ways in which such errors can be handled.


Expand Down

0 comments on commit d9b8057

Please sign in to comment.