This commit is contained in:
timmy.hu
2021-11-05 00:56:59 +08:00
parent 613958a4b6
commit ea7d963f20

View File

@ -298,7 +298,7 @@ func ExampleIntSet_Remove() {
s1.Remove(1)
fmt.Println(s1.Slice())
// Output:
// May Output:
// [3 4 2]
}