| Index: doc.go
|
| diff --git a/doc.go b/doc.go
|
| index de4c3a8152620eab1e49abc6558ae13fa72aea05..b18f81b45263d6a4863c7d308cdf0d769808d928 100644
|
| --- a/doc.go
|
| +++ b/doc.go
|
| @@ -197,7 +197,7 @@
|
| // example, the Datastore, could look like:
|
| // User code
|
| // <count filter (counts how many times each API is called by the user)>
|
| -// <dscache filter (attempts to use memcache as a cache for datastore)>
|
| +// <dscache filter (attempts to use memcache as a cache for rawdatastore)>
|
| // <count filter (counts how many times each API is actually hit)>
|
| // memory datastore.RawInterface implementation
|
| //
|
|
|