Skip to content

Commit 3a3ee35

Browse files
committed
Merge branch 'master' of https://github.com/fxamacker/cbor
2 parents 4003fcd + ac46f63 commit 3a3ee35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __Why this CBOR library?__ It doesn't crash and it has well-balanced qualities:
1818

1919
* __Small__ and self-contained. It has no external dependencies and no code gen. Programs in projects like cisco/senml are 4 MB smaller by switching to this library. In extreme cases programs can be smaller by 8+ MB. See [comparisons](#comparisons).
2020

21-
* __Fast__ (esp. since v1.3). It soley uses safe optimizations. Faster libraries will always exist, but speed is only one factor. Choose this library if you value your time, program size, and system reliability.
21+
* __Fast__ (esp. since v1.3). It solely uses safe optimizations. Faster libraries will always exist, but speed is only one factor. Choose this library if you value your time, program size, and system reliability.
2222

2323
* __Reliable__ and safe. It prevents crashes on malicious CBOR data by using extensive tests, coverage-guided fuzzing, data validation, and avoiding Go's [`unsafe`](https://golang.org/pkg/unsafe/) package.
2424

0 commit comments

Comments
 (0)