Index: impl/memory/doc.go |
diff --git a/impl/memory/doc.go b/impl/memory/doc.go |
index 4bd4971b202e7129dc54f0a55435c47c3508e15c..0954f1aff3b8ef180b10224a2723ebe321cd4ee8 100644 |
--- a/impl/memory/doc.go |
+++ b/impl/memory/doc.go |
@@ -3,5 +3,6 @@ |
// found in the LICENSE file. |
// Package memory provides an implementation of infra/gae/libs/wrapper which |
-// backs to local memory ONLY. This is useful for unittesting. |
+// backs to local memory ONLY. This is useful for unittesting, and is also used |
+// for the nested-transaction filter implementation. |
package memory |