1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

Update stream_example_test.go

This commit is contained in:
Peidong Pei
2025-04-07 11:14:42 +08:00
committed by GitHub
parent 4947327ed6
commit ef0fed23b2

View File

@@ -413,7 +413,7 @@ func ExampleStream_LastIndexOf() {
// 3
}
func ExampleStream_ToMap() {
func ExampleToMap() {
type Person struct {
Name string
Age int