Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
andreis committed Oct 31, 2017
1 parent c9e5b1d commit ae10daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_byteslice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func ExampleLPad() {
}

func ExampleUnset() {
data := []byte{0xba, 0xda, 0x55}
data := []byte{0xBA, 0xDA, 0x55}
zeroes := []byte{0x00, 0x00, 0x00}

dat, err := Unset(data, zeroes)
Expand Down

0 comments on commit ae10daf

Please sign in to comment.