Skip to content

Commit

Permalink
Fix a copy-and-paste glitch
Browse files Browse the repository at this point in the history
Suggested-by: Minh Doan <[email protected]>
  • Loading branch information
Eugene Kim committed Nov 20, 2018
1 parent 3bff004 commit d5e3d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/impl/libraptorq/encoder_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package libraptorq
2 changes: 1 addition & 1 deletion pkg/raptorq/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type EncoderFactory interface {
maxSubBlockSize uint32, alignment uint8) (Encoder, error)
}

// Decoder decodes encoding symbols and reconstructs one object into a series of
// Decoder decodes encoding symbols and reconstructs one object from a series of
// symbols.
type Decoder interface {
// Decoder needs to provide object information.
Expand Down

0 comments on commit d5e3d01

Please sign in to comment.