File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ easily for instance generate open-api definitions using these.
79
79
80
80
` coax ` also allows to * close* maps specced with ` s/keys ` .
81
81
82
- If you call ` coerce ` using the option ` {:exoscale.coax/ closed true ...} ` if a value
82
+ If you call ` coerce ` using the option ` {:closed true ...} ` if a value
83
83
corresponding to a ` s/keys ` spec is encountered it will effectively remove all
84
84
unknown keys from the returned value.
85
85
@@ -278,11 +278,10 @@ about this, for instance when you define static coercers via
278
278
during development you might need to be aware of the existence of that
279
279
cache (ex if you defined a bugged coercer, or while doing REPL dev).
280
280
281
- In any case you can turn off the cache by passing
282
- `:exoscale.coax/cache false ` to the options of
283
- coerce/conform/coerce-structure, alternatively you can manually fiddle
284
- with the cache under `exoscale.coax/coercer-cache`, for instance via
285
- `(reset! exoscale.coax/coercer-cache {})`.
281
+ In any case you can turn off the cache by passing `:cache false ` to the options
282
+ of coerce/conform/coerce-structure, alternatively you can manually fiddle with
283
+ the cache under `exoscale.coax/coercer-cache`, for instance via `(reset!
284
+ exoscale.coax/coercer-cache {})`.
286
285
287
286
## License
288
287
You can’t perform that action at this time.
0 commit comments