Skip to content

Commit e40f6ce

Browse files
committed
Merge pull request #46 from ggowan/patch-1
Change 'sampletask' to 'sampleTask' for consistency
2 parents 73251e5 + 4dc106e commit e40f6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datastore/concepts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Entity.prototype.getNamedKey = function() {
7070
// [START named_key]
7171
var taskKey = datastore.key([
7272
'Task',
73-
'sampletask'
73+
'sampleTask'
7474
]);
7575
// [END named_key]
7676

@@ -1323,4 +1323,4 @@ Transaction.prototype.testSingleEntityGroupReadOnly = function(callback) {
13231323
callback();
13241324
}
13251325
});
1326-
};
1326+
};

0 commit comments

Comments
 (0)