Skip to content

Commit

Permalink
Fix typo in examples/features_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Martinez <x42.martinex@gmail.com>
  • Loading branch information
Xabier committed Dec 2, 2023
1 parent 3ab6fc4 commit ba653b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/features_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func DocDetectXDP() {
panic(err)
}

fmt.Println("XDP program type is not supported")
fmt.Println("XDP program type is supported")
}

0 comments on commit ba653b2

Please sign in to comment.