]> Cypherpunks repositories - gostls13.git/commit
container/heap: fix comment typo in example test
authorCaleb Spare <cespare@gmail.com>
Tue, 5 Feb 2013 12:06:00 +0000 (07:06 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 5 Feb 2013 12:06:00 +0000 (07:06 -0500)
commitdff017ea990795b43684d986dce3e0b9c23c2d65
treefa323541fd479231fc7237210d10202a0ddb382b
parentfd178d6a7e62796c71258ba155b957616be86ff4
container/heap: fix comment typo in example test

This updates a bad reference to a method name in the example priority queue test.

The error was introduced in the example refactoring in rev. 2ea8f07b2ffe.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7279045
src/pkg/container/heap/example_pq_test.go