Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris authored Sep 10, 2024
1 parent 8a83037 commit 4075d0a
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 @@ -142,7 +142,7 @@ Dict({a, b, c}) === Dict({c, b, a}); // false

### Schema

A `Schema` allows you to define a complex structure for your immutables. It is defined by one or more SchemaMappers, which take a value and either return it, or throw an error:
A `Schema` allows you to define a complex structure for your immutables. It is defined by one or more SchemaMappers, which take a value and will either return it, or throw an error:

```javascript
import { Schema as s } from 'libtuple';
Expand Down

0 comments on commit 4075d0a

Please sign in to comment.