diff --git a/doc/go1.12.html b/doc/go1.12.html index 7f5847c58b..1a0127d88f 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -640,7 +640,8 @@ for {

File.Sync now uses F_FULLFSYNC on macOS - to properly flush content to permanent storage. Note that this might have a negative performance impact. + to correctly flush the file contents to permanent storage. + This may cause the method to run more slowly than in previous releases.