Skip to content

Commit

Permalink
Fix missing word from godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsutherland committed Aug 29, 2018
1 parent b6fa515 commit 78f3604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/exercise.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const (
MigrationStatusRemoved
)

// MigrateLegacyMetadataFile migrates a legacy metadata to the modern location.
// MigrateLegacyMetadataFile migrates a legacy metadata file to the modern location.
// This is a noop if the metadata file isn't legacy.
// If both legacy and modern metadata files exist, the legacy file will be deleted.
func (e Exercise) MigrateLegacyMetadataFile() (MigrationStatus, error) {
Expand Down

0 comments on commit 78f3604

Please sign in to comment.