Skip to content

Commit

Permalink
Added missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 6, 2017
1 parent 65b311f commit b62b4dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions errors.go
Expand Up @@ -11,12 +11,14 @@ import (
"errors"
)

// DictionaryError wraps an ErrMangledDictionary with contextual information
type DictionaryError struct {
Err error
Word string
Distance int
}

// HashedDictionaryError wraps an ErrHashedDictionary with contextual information
type HashedDictionaryError struct {
Err error
Word string
Expand Down

0 comments on commit b62b4dd

Please sign in to comment.