Commit 9a358df9 authored by Charles L. Dorian's avatar Charles L. Dorian Committed by Russ Cox

spec: fix typo in example comment

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5475046
parent a250f37c
......@@ -3458,7 +3458,7 @@ an untyped complex constant.
</p>
<pre>
const ic = complex(0, c) // iΓ == 3.75i (untyped complex constant)
const ic = complex(0, c) // ic == 3.75i (untyped complex constant)
const iΘ = complex(0, Θ) // iΘ == 1.5i (type complex128)
</pre>
......
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