Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Jan 25, 2022
1 parent d2f16ac commit 91e3447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson7/marshalling/31_size_comparison_B.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"io/ioutil"
)

// Item is a structure that will be encoded into BSON
// Item is a structure that will be encoded into BSON and other formats
type Item struct {
Value string
}
Expand Down

0 comments on commit 91e3447

Please sign in to comment.