Fixup the docs for WriteStateForMigration

This commit is contained in:
Sander van Harmelen 2019-03-27 17:41:11 +01:00
parent 57f6e01830
commit 21cca34716
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ type Migrator interface {
// the given file and the current file and complete the update only if
// that function returns nil. If force is set this may override such
// checks, but some backends do not support forcing and so will act
// as if force is always true.
// as if force is always false.
WriteStateForMigration(f *statefile.File, force bool) error
}