Skip to content

Commit f8cc1fb

Browse files
schoentoongconnell
authored andcommitted
Fixed a bracket issue in the documentation
1 parent f10e8ef commit f8cc1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ type ZeroCopyPacketDataSource interface {
762762
// importantly the io.EOF error in cases where packets are being read from
763763
// a file.
764764
// for {
765-
// packet, err := packetSource.NextPacket() {
765+
// packet, err := packetSource.NextPacket()
766766
// if err == io.EOF {
767767
// break
768768
// } else if err != nil {

0 commit comments

Comments
 (0)