Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: service/rawdatastore/errors.go

Issue 1247283003: Improve docs (Closed) Base URL: https://github.com/luci/gae.git@reduce_size
Patch Set: fix comments Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « service/rawdatastore/context.go ('k') | service/rawdatastore/properties.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/rawdatastore/errors.go
diff --git a/service/rawdatastore/errors.go b/service/rawdatastore/errors.go
index 7ba1af9a406241630de7b8b6a84dafd95300183f..6ab0b563733268fc66c6ed1833e8d21ab46c0869 100644
--- a/service/rawdatastore/errors.go
+++ b/service/rawdatastore/errors.go
@@ -19,7 +19,7 @@ var (
ErrConcurrentTransaction = datastore.ErrConcurrentTransaction
ErrQueryDone = datastore.Done
- // ErrMetaFieldUnset is returned from DSPropertyLoadSaver.{Get,Set}Meta
+ // ErrMetaFieldUnset is returned from PropertyLoadSaver.{Get,Set}Meta
// implementations when the specified meta key isn't set on the struct at
// all.
ErrMetaFieldUnset = fmt.Errorf("gae: meta field unset")
« no previous file with comments | « service/rawdatastore/context.go ('k') | service/rawdatastore/properties.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698