Commit 53d24f76 authored by Andrii Soldatenko's avatar Andrii Soldatenko Committed by Emmanuel Odeke

doc: Fixed missing dot in effective_go.html

First sentence of https://golang.org/doc/effective_go.html#maps dot is missing.

Change-Id: Ic93b407945a6ad24a73ae9f7b6076ac9619871db
Reviewed-on: https://go-review.googlesource.com/61020Reviewed-by: default avatarEmmanuel Odeke <emm.odeke@gmail.com>
parent aed1c119
...@@ -1521,7 +1521,7 @@ for i := range picture { ...@@ -1521,7 +1521,7 @@ for i := range picture {
<p> <p>
Maps are a convenient and powerful built-in data structure that associate Maps are a convenient and powerful built-in data structure that associate
values of one type (the <em>key</em>) with values of another type values of one type (the <em>key</em>) with values of another type
(the <em>element</em> or <em>value</em>) (the <em>element</em> or <em>value</em>).
The key can be of any type for which the equality operator is defined, The key can be of any type for which the equality operator is defined,
such as integers, such as integers,
floating point and complex numbers, floating point and complex numbers,
......
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