From ab9646238e9b12cd5129ee32d5dbaef3d49b861a Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Wed, 26 Nov 2025 15:30:38 -0300 Subject: [PATCH] chore: minor adjustment of docs --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 8c16fee..9183cc7 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -100,7 +100,7 @@ the instance method persists and exposes the reference cache and provides helper .. warning:: The instance API with reference cache can lead to schema and type name collisions if not managed carefully. It's recommended that each schema defines its own unique namespace using the `$id` property in JSON Schema, - and that access it's ref_cache by passing it explicitly when needed. + and then access it's ref_cache by passing it explicitly when needed. For details and examples about the reference cache and the different cache modes (instance cache, per-call cache, ephemeral cache), see: -- 2.49.1