From aacc891df29f742a6a128069256436fa369696c2 Mon Sep 17 00:00:00 2001
From: Shenghou Ma
Date: Fri, 24 Aug 2018 18:44:17 -0400
Subject: [PATCH] doc/go1.11: fix typo
Change-Id: I097bd90f62add7838f8c7baf3b777ad167635354
Reviewed-on: https://go-review.googlesource.com/131357
Reviewed-by: Keith Randall
---
doc/go1.11.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 469e111fb87..afe19397663 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -396,7 +396,7 @@ details.
- On macOS and iOS, the runtime now uses libSystem.so
instead of
+ On macOS and iOS, the runtime now uses libSystem.dylib
instead of
calling the kernel directly. This should make Go binaries more
compatible with future versions of macOS and iOS.
The syscall package still makes direct