Commit aacc891d authored by Shenghou Ma's avatar Shenghou Ma Committed by Brad Fitzpatrick

doc/go1.11: fix typo

Change-Id: I097bd90f62add7838f8c7baf3b777ad167635354
Reviewed-on: https://go-review.googlesource.com/131357Reviewed-by: default avatarKeith Randall <khr@golang.org>
parent 4a4e3b0b
...@@ -396,7 +396,7 @@ details. <!-- CL 126275, CL 127156, CL 122217, CL 122575, CL 123177 --> ...@@ -396,7 +396,7 @@ details. <!-- CL 126275, CL 127156, CL 122217, CL 122575, CL 123177 -->
</p> </p>
<p><!-- CL 108679, CL 106156 --> <p><!-- CL 108679, CL 106156 -->
On macOS and iOS, the runtime now uses <code>libSystem.so</code> instead of On macOS and iOS, the runtime now uses <code>libSystem.dylib</code> instead of
calling the kernel directly. This should make Go binaries more calling the kernel directly. This should make Go binaries more
compatible with future versions of macOS and iOS. compatible with future versions of macOS and iOS.
The <a href="/pkg/syscall">syscall</a> package still makes direct The <a href="/pkg/syscall">syscall</a> package still makes direct
......
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