Index: lib/datastore.dart |
diff --git a/lib/datastore.dart b/lib/datastore.dart |
index 3b54d747bf32bfacb8a18a160e525142bf3cfe58..3f0dcf9c4e9ff1d2987e1ae32811df45294827bb 100644 |
--- a/lib/datastore.dart |
+++ b/lib/datastore.dart |
@@ -22,6 +22,7 @@ const Symbol _datastoreKey = #_gcloud.datastore; |
/// [registerDatastoreService] within the current (or a parent) service scope. |
/// |
/// Accessing this getter outside of a service scope will result in an error. |
+/// See the `package:gcloud/service_scope.dart` library for more information. |
Datastore get datastoreService => ss.lookup(_datastoreKey); |
/// Registers the [Datastore] object within the current service scope. |