Commit c9121507 authored by David Symonds's avatar David Symonds

doc/go_faq: fix example.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9564044
parent 950fa935
......@@ -701,7 +701,7 @@ A related example goes the other way:
<pre>
type Opener interface {
Open(name) Reader
Open() Reader
}
func (t T3) Open() *os.File
......
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