Skip to content

Commit

Permalink
doc/go1.11: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I097bd90f62add7838f8c7baf3b777ad167635354
Reviewed-on: https://go-review.googlesource.com/131357
Reviewed-by: Keith Randall <[email protected]>
  • Loading branch information
minux authored and bradfitz committed Aug 24, 2018
1 parent 4a4e3b0 commit aacc891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.11.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ <h2 id="runtime">Runtime</h2>
</p>

<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
compatible with future versions of macOS and iOS.
The <a href="/pkg/syscall">syscall</a> package still makes direct
Expand Down

0 comments on commit aacc891

Please sign in to comment.