Skip to content

Commit

Permalink
Merge pull request #3 from abiriadev/master
Browse files Browse the repository at this point in the history
docs: fix typos in README
  • Loading branch information
eknkc authored Jan 8, 2024
2 parents 6baac8e + a1977b3 commit c851e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Encoding struct {
}
```

Encoding is a custom base encoding defined by an alphabet. It should bre created
Encoding is a custom base encoding defined by an alphabet. It should be created
using NewEncoding function

#### func NewEncoding
Expand All @@ -40,7 +40,7 @@ alphabets:
func (e *Encoding) Decode(source string) ([]byte, error)
```
Decode function decodes a string previously obtained from Encode, using the same
alphabet and returns a byte slice In case the input is not valid an arror will
alphabet and returns a byte slice In case the input is not valid an error will
be returned

#### func (*Encoding) Encode
Expand Down

0 comments on commit c851e9f

Please sign in to comment.