Skip to content

Commit

Permalink
Adding a missing backtick in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
redvers committed Feb 27, 2024
1 parent 56aef6e commit b37432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/constrained_types/constrained_types.pony
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ On our usage side we have:
| let e: ValidationFailure =>
print_errors(e)
end
``
```
Where we use the `MakeUsername` alias that we use to attempt to create a
`Username` and get back either a `Username` or `ValidationFailure` that should
Expand Down

0 comments on commit b37432a

Please sign in to comment.