Skip to content

Commit 39f0318

Browse files
authored
Merge pull request #2489 from i13e/patch-1
Fix typo in README.md
2 parents 806e740 + d06d6bd commit 39f0318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Nickel's salient traits are:
2323
- **Composable data**: the basic building blocks for data are records (JSON's
2424
*objects*). Records can be composed through the merge operator, combining
2525
metadata as well (documentation, default values, type contracts, etc).
26-
- **Typed, but only when it helps**: one one hand, static types improve code
26+
- **Typed, but only when it helps**: on the one hand, static types improve code
2727
quality, serve as documentation and eliminate bugs early, in particular for
2828
functions.
2929

0 commit comments

Comments
 (0)