From c0a354ad6b009568c0bca2ba45f92ffd97d2f1f0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:03:54 -0400 Subject: [PATCH] spelling: useful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- lib/datastore.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datastore.dart b/lib/datastore.dart index b29c2eed..24ffb733 100644 --- a/lib/datastore.dart +++ b/lib/datastore.dart @@ -123,7 +123,7 @@ class Entity { /// A key can uniquely identify a datastore `Entity`s. It consists of a /// partition and path. The path consists of one or more `KeyElement`s. /// -/// A key may be incomplete. This is usesful when inserting `Entity`s which IDs +/// A key may be incomplete. This is useful when inserting `Entity`s which IDs /// should be automatically allocated. /// /// Example of a fully populated [Key]: