Commit 85658a2c authored by Kirill Smelkov's avatar Kirill Smelkov

Merge branch 'master' into t

* master:
  go/zodb: IStorage: Fix thinko in Head guarantee
parents a182bf14 949d42da
......@@ -342,7 +342,7 @@ type IStorage interface {
// Head returns ID of last committed transaction.
//
// Returned head is ID of last committed transaction as observed from
// some time _before_ Head call was made. In particular for
// some time _before_ Head call returns. In particular for
// client-sever case, Head can return cached view of storage that was
// learned some time ago.
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment