]> Cypherpunks repositories - gostls13.git/commit
sort: Fix typo in Stable() comment
authorMatt Bostock <matt@mattbostock.com>
Sun, 16 Aug 2015 21:10:45 +0000 (22:10 +0100)
committerRob Pike <r@golang.org>
Mon, 17 Aug 2015 06:58:16 +0000 (06:58 +0000)
commit3c4315808752a14a018b443bf02e4543146a69e8
tree137044b2f02349cbf7c482da04ccabaaace174c5
parent467a2cb73ca867ccdb1dd22be220fa51b6d52491
sort: Fix typo in Stable() comment

Correct 'an' to 'on' in the comment above the Stable() function.

Change-Id: I714e38b2d3a79dfd539d5368967d1c6b519cb948
Reviewed-on: https://go-review.googlesource.com/13662
Reviewed-by: Rob Pike <r@golang.org>
src/sort/sort.go