From 7c33bc8403d9379b947a155627b4745df8714352 Mon Sep 17 00:00:00 2001 From: Max Penet Date: Thu, 25 Jan 2024 09:09:13 +0100 Subject: [PATCH] make closed a namespaced opt like the others --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dbe315..96cb32d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ easily for instance generate open-api definitions using these. `coax` also allows to *close* maps specced with `s/keys`. -If you call `coerce` using the option `{:closed true ...}` if a value +If you call `coerce` using the option `{:exoscale.coax/closed true ...}` if a value corresponding to a `s/keys` spec is encountered it will effectively remove all unknown keys from the returned value.