We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 806e740 + d06d6bd commit 39f0318Copy full SHA for 39f0318
README.md
@@ -23,7 +23,7 @@ Nickel's salient traits are:
23
- **Composable data**: the basic building blocks for data are records (JSON's
24
*objects*). Records can be composed through the merge operator, combining
25
metadata as well (documentation, default values, type contracts, etc).
26
-- **Typed, but only when it helps**: one one hand, static types improve code
+- **Typed, but only when it helps**: on the one hand, static types improve code
27
quality, serve as documentation and eliminate bugs early, in particular for
28
functions.
29
0 commit comments