Skip to content

Commit

Permalink
Fixed a bracket issue in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schoentoon authored and gconnell committed May 30, 2017
1 parent f10e8ef commit f8cc1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ type ZeroCopyPacketDataSource interface {
// importantly the io.EOF error in cases where packets are being read from
// a file.
// for {
// packet, err := packetSource.NextPacket() {
// packet, err := packetSource.NextPacket()
// if err == io.EOF {
// break
// } else if err != nil {
Expand Down

0 comments on commit f8cc1fb

Please sign in to comment.