Skip to content

Commit

Permalink
Fix typo in decoder docs
Browse files Browse the repository at this point in the history
Update decode docs to fix a small typo.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Oct 2, 2024
1 parent 195adc9 commit 9b75809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Encoder struct {
buf []byte
}

// An Decoder implements the io.Writer and io.ByteWriter interfaces. Data
// A Decoder implements the io.Writer and io.ByteWriter interfaces. Data
// written will we be decoded and forwarded byte per byte.
type Decoder struct {
w io.Writer
Expand Down

0 comments on commit 9b75809

Please sign in to comment.