Commit bdbe0dec authored by Rob Pike's avatar Rob Pike

spec: add missing comma.

A real humdinger.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4538089
parent b32ad8bf
......@@ -1696,7 +1696,7 @@ of an interface type or of elements of a composite type remains unchanged:
</p>
<pre>
// A Mutex is a data type with two methods Lock and Unlock.
// A Mutex is a data type with two methods, Lock and Unlock.
type Mutex struct { /* Mutex fields */ }
func (m *Mutex) Lock() { /* Lock implementation */ }
func (m *Mutex) Unlock() { /* Unlock implementation */ }
......
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