Skip to content

Commit

Permalink
And another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu authored Jun 22, 2024
1 parent 162e3ee commit 1a43f74
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 @@ -11,7 +11,7 @@ orchestration.
and potentially groundbreaking new feature of Ommipy: the capability of model objects to automatically
mimic behaviour of the modelled class – with the addition of snapshots and rollbacks.

So e.g. `Model[list[int]]()` is not just a run-time typesafe parser that contuniously makes sure that the
So e.g. `Model[list[int]]()` is not just a run-time typesafe parser that continuously makes sure that the
elements in the list are, in fact, integers; the object can also be operated as a list using e.g.
`.append()`, `.insert()` and concatenation with the `+` operator; and furthermore: if you append an
unparseable element, say `"abc"` instead of `"123"`, it will roll back the contents to the previously
Expand Down

0 comments on commit 1a43f74

Please sign in to comment.