We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909fb51 commit 59279ebCopy full SHA for 59279eb
1 file changed
handwritten/nodejs-datastore/src/index.js
@@ -102,7 +102,7 @@ var Transaction = require('./transaction.js');
102
* // can be used to model relationships. The simplest key has a string `kind`
103
* // value, and either a numeric `id` value, or a string `name` value.
104
* //
105
- * // A single record can be retrieved with {module:datastore/key} and
+ * // A single record can be retrieved with {module:datastore#key} and
106
* // {module:datastore#get}.
107
* //-
108
* var key = datastore.key(['Company', 'Google']);
0 commit comments