*: exported godoc fixups

This commit is contained in:
Anthony Romano
2016-02-21 05:05:03 -08:00
parent f6d8059ac1
commit c5b51946eb
23 changed files with 38 additions and 17 deletions

View File

@ -107,7 +107,7 @@ func (b *backend) BatchTx() BatchTx {
return b.batchTx
}
// force commit the current batching tx.
// ForceCommit forces the current batching tx to commit.
func (b *backend) ForceCommit() {
b.batchTx.Commit()
}