File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--{
2
2
"Title": "The Go Programming Language Specification",
3
- "Subtitle": "Version of May 3 , 2017",
3
+ "Subtitle": "Version of May 9 , 2017",
4
4
"Path": "/ref/spec"
5
5
}-->
6
6
@@ -5968,7 +5968,7 @@ <h3 id="Bootstrapping">Bootstrapping</h3>
5968
5968
< p >
5969
5969
Implementation restriction: < code > print</ code > and < code > println</ code > need not
5970
5970
accept arbitrary argument types, but printing of boolean, numeric, and string
5971
- < a href ="#Types "> types</ a > must be supported.
5971
+ < a href ="#Types "> types</ a > must be supported.
5972
5972
</ p >
5973
5973
5974
5974
< h2 id ="Packages "> Packages</ h2 >
@@ -6431,7 +6431,7 @@ <h3 id="Package_unsafe">Package <code>unsafe</code></h3>
6431
6431
A < code > Pointer</ code > is a < a href ="#Pointer_types "> pointer type</ a > but a < code > Pointer</ code >
6432
6432
value may not be < a href ="#Address_operators "> dereferenced</ a > .
6433
6433
Any pointer or value of < a href ="#Types "> underlying type</ a > < code > uintptr</ code > can be converted to
6434
- a < code > Pointer</ code > type and vice versa.
6434
+ a type of underlying type < code > Pointer</ code > and vice versa.
6435
6435
The effect of converting between < code > Pointer</ code > and < code > uintptr</ code > is implementation-defined.
6436
6436
</ p >
6437
6437
You can’t perform that action at this time.
0 commit comments