Skip to content

Commit

Permalink
Merge pull request #46 from ggowan/patch-1
Browse files Browse the repository at this point in the history
Change 'sampletask' to 'sampleTask' for consistency
  • Loading branch information
jmdobry committed Dec 8, 2015
2 parents 73251e5 + 4dc106e commit e40f6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastore/concepts.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Entity.prototype.getNamedKey = function() {
// [START named_key]
var taskKey = datastore.key([
'Task',
'sampletask'
'sampleTask'
]);
// [END named_key]

Expand Down Expand Up @@ -1323,4 +1323,4 @@ Transaction.prototype.testSingleEntityGroupReadOnly = function(callback) {
callback();
}
});
};
};

0 comments on commit e40f6ce

Please sign in to comment.