Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wjiec committed Jun 7, 2022
1 parent 33dabc3 commit 819c2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/slice-type-and-how-grow-works/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func main() {

```go
//
// runtime.slice.go
// runtime/slice.go
//

// growslice handles slice growth during append.
Expand Down

0 comments on commit 819c2b2

Please sign in to comment.