Skip to content

Commit

Permalink
Merge pull request #1247 from bishabosha/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
eed3si9n authored Oct 7, 2024
2 parents 2a60f1c + 9fa5594 commit 02d424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/concepts/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sbt:demo> show someKey
[success] elapsed time: 0 s, cache 100%, 1 disk cache hit
```

### Caching is serializaiton-hard
### Caching is serialization-hard

To participate in the automatic caching, the input keys (e.g. `name` and `version`) must provide a given for `sjsonnew.HashWriter` typeclass and return type must provide a given for `sjsonnew.JsonFormat`. [Contraband](https://www.scala-sbt.org/contraband/) can be used to generate sjson-new codecs.

Expand Down

0 comments on commit 02d424e

Please sign in to comment.