]> Cypherpunks repositories - gostls13.git/commit
container/list: fix typo in function comments
authorYasser Abdolmaleki <yasser@yasser.ca>
Sun, 31 May 2020 00:42:34 +0000 (17:42 -0700)
committerRobert Griesemer <gri@golang.org>
Sun, 31 May 2020 02:07:28 +0000 (02:07 +0000)
commitf1f8f9af9a55d73dfc6603a93bee0559fdc9024d
tree309c873a45bed3b3d9e5bdb0903bd89bb50982ff
parent8da78625b1fe2a6141d331f54248913936dc49c7
container/list: fix typo in function comments

The correct word to use here is 'another' not 'an other'

Change-Id: Ie4f748ae94a5945dceb52779222ffd8cf36b8845
Reviewed-on: https://go-review.googlesource.com/c/go/+/235838
Reviewed-by: Robert Griesemer <gri@golang.org>
src/container/list/list.go