Skip to content

Commit 8e18530

Browse files
committed
comment
1 parent 1cfe03b commit 8e18530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slice/pop.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ func main() {
1919

2020
s[0] = 100500
2121

22-
fmt.Println("s2: ", s2)
22+
fmt.Println("s2: ", s2) // same underlying array
2323
}

0 commit comments

Comments
 (0)