From 3661c16fd7744c8c622e86028a0b72bc2b617079 Mon Sep 17 00:00:00 2001 From: Dan Reynolds Date: Wed, 13 Nov 2024 09:49:08 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 060f444..2640f72 100644 --- a/README.md +++ b/README.md @@ -471,9 +471,9 @@ class MyPersistor extends Persistor { /// specified by the [Persistor.persistenceThrottle] duration. Future persist(Set docs); - /// Hydration function called to read data from persistence. If no entities are specified, - /// then it hydrations all persisted data. if entities are specified, it hydrates only the data from - /// the paths under those entities. + /// Hydration function called to read data from persistence. If no references are specified, + /// then it hydrates all persisted data. if refs are specified, it hydrates only the data at + /// and under those paths. Future hydrate([Set? refs]); /// Clear function used to clear all documents under the given collections.