Skip to content

Commit 91f21d8

Browse files
authored
Merge pull request #803 from matsluni/patch-1
Fix potential typos
2 parents b48f6ea + b7d05bc commit 91f21d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/main/paradox/borer-compat-cats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ types, for which there is no clear default encoding:
3737
- `Ior[A, B]`
3838
- `Validated[A, B]`
3939

40-
The encodings implemented by `borer-compat-circe` aim for best time and space efficiency, not "readability".
40+
The encodings implemented by `borer-compat-cats` aim for best time and space efficiency, not "readability".
4141

4242
One easy way to optimize for self-describability rather than efficiency would be to rely on `borer-derivation` instead.
4343
Here is an example contrasting the difference:

site/src/test/scala/io/bullet/borer/site/CatsCompatSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CatsCompatSpec extends BorerSuite {
2424
Ior.Both(42, "bar")
2525
)
2626

27-
// the Ior encoding of `borer-compat-circe` is optimized for efficiency
27+
// the Ior encoding of `borer-compat-cats` is optimized for efficiency
2828
{
2929
import io.bullet.borer.compat.cats.*
3030

0 commit comments

Comments
 (0)