From ba653b21b84d32f2b86d8712de3602842c3474f7 Mon Sep 17 00:00:00 2001 From: Xabier Date: Sat, 2 Dec 2023 15:34:59 +0100 Subject: [PATCH] Fix typo in examples/features_test.go Signed-off-by: Xabier Martinez --- docs/examples/features_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/features_test.go b/docs/examples/features_test.go index cbf6e21c3..b536c1643 100644 --- a/docs/examples/features_test.go +++ b/docs/examples/features_test.go @@ -24,5 +24,5 @@ func DocDetectXDP() { panic(err) } - fmt.Println("XDP program type is not supported") + fmt.Println("XDP program type is supported") }