Skip to content

Commit 70f1e51

Browse files
committed
Fix `
1 parent e736b15 commit 70f1e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ let storage = try? Storage(
7777
### Generic, Type safety and Transformer
7878

7979
All `Storage` now are generic by default, so you can get a type safety experience. Once you create a Storage, it has a type constraint that you don't need to specify type for each operations afterwards.
80-
`
81-
If you want to change the type, `Cache` offers `transform` functions, look for `Transformer` and TransformerFactory` for built-in transformers.
80+
81+
If you want to change the type, `Cache` offers `transform` functions, look for `Transformer` and `TransformerFactory` for built-in transformers.
8282

8383
```swift
8484
let storage: Storage<User> = ...

0 commit comments

Comments
 (0)