Skip to content

Commit 8f0b4f1

Browse files
Fix typo (#336)
1 parent b935900 commit 8f0b4f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Why another parsing library? See this [blog post detailing the
2020
design](https://posco.medium.com/designing-a-parsing-library-in-scala-d5076de52536). To reiterate,
2121
this library has a few goals:
2222

23-
1. Compatability: should work on all scala platforms and recent versions. Currently it supports JVM, JS on versions 2.11, 2.12, 2.13, and 3. The core library should have minimal dependencies. Currently this library only depends on cats.
23+
1. Compatibility: should work on all scala platforms and recent versions. Currently it supports JVM, JS on versions 2.11, 2.12, 2.13, and 3. The core library should have minimal dependencies. Currently this library only depends on cats.
2424
2. Excellent performance: should be as fast or faster than any parser combinator that has comparable scala version support.
2525
3. Cats friendliness: method names match cats style, and out of the box support for cats typeclasses.
2626
4. Precise errors: following the [Haskell Trifecta parsing library](https://hackage.haskell.org/package/trifecta), backtracking is opt-in vs opt-out. This design tends to make it easier to write parsers that point correctly to failure points.

0 commit comments

Comments
 (0)