diff --git a/doc/go1.8.html b/doc/go1.8.html
index 83556521fa..de92e92355 100644
--- a/doc/go1.8.html
+++ b/doc/go1.8.html
@@ -631,6 +631,13 @@ now implements the new
SetMutexProfileFraction.
+ A known limitation for Go 1.8 is that the profile only reports contention for
+ sync.Mutex,
+ not
+ sync.RWMutex.
+