From ef0fed23b2b6147dbbd38b489b32332f0d817a5c Mon Sep 17 00:00:00 2001 From: Peidong Pei <68488981+ppd324@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:14:42 +0800 Subject: [PATCH] Update stream_example_test.go --- stream/stream_example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/stream_example_test.go b/stream/stream_example_test.go index 7428dc7..706314c 100644 --- a/stream/stream_example_test.go +++ b/stream/stream_example_test.go @@ -413,7 +413,7 @@ func ExampleStream_LastIndexOf() { // 3 } -func ExampleStream_ToMap() { +func ExampleToMap() { type Person struct { Name string Age int