doc/go1.11: fix typo
Change-Id: I097bd90f62add7838f8c7baf3b777ad167635354
Reviewed-on: https://go-review.googlesource.com/131357
Reviewed-by: Keith Randall <khr@golang.org>
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 469e111..afe1939 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -396,7 +396,7 @@
</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