Commit df7f34dd authored by Nigel Tao's avatar Nigel Tao

vet: fix comment typo.

R=rsc, gri
CC=golang-dev
https://golang.org/cl/5620049
parent a98faa9b
......@@ -29,7 +29,7 @@ type MethodSig struct {
// For example, a type might implement a Scan method that
// has nothing to do with fmt.Scanner, but we still want to check
// the methods that are intended to implement fmt.Scanner.
// To do that, the arguments that have a + prefix are treated as
// To do that, the arguments that have a = prefix are treated as
// signals that the canonical meaning is intended: if a Scan
// method doesn't have a fmt.ScanState as its first argument,
// we let it go. But if it does have a fmt.ScanState, then the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment