update ExampleStrSet_Remove

This commit is contained in:
timmy.hu
2021-11-04 22:26:17 +08:00
parent 430102c995
commit 3091f61a26

View File

@ -327,7 +327,7 @@ func ExampleStrSet_Remove() {
s1.Remove("a")
fmt.Println(s1.Slice())
// Output:
// May Output:
// [b c d]
}