Skip to content

Commit 59279eb

Browse files
callmehiphopstephenplusplus
authored andcommitted
datastore: fix bad doc link (#2043)
1 parent 909fb51 commit 59279eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • handwritten/nodejs-datastore/src

handwritten/nodejs-datastore/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ var Transaction = require('./transaction.js');
102102
* // can be used to model relationships. The simplest key has a string `kind`
103103
* // value, and either a numeric `id` value, or a string `name` value.
104104
* //
105-
* // A single record can be retrieved with {module:datastore/key} and
105+
* // A single record can be retrieved with {module:datastore#key} and
106106
* // {module:datastore#get}.
107107
* //-
108108
* var key = datastore.key(['Company', 'Google']);

0 commit comments

Comments
 (0)