aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>2018-07-18 16:26:13 -0400
committerHyang-Ah Hana Kim <hyangah@gmail.com>2018-07-18 20:33:00 +0000
commit407eb30f9f237fb8d8d352bec37f89409e6e5e1a (patch)
tree6ceb4203445793007db0012a7614a96af9a8bc12
parent7ae4909458849a78daed62a28384bc4a508f62d5 (diff)
downloadgo-407eb30f9f237fb8d8d352bec37f89409e6e5e1a.tar.gz
go-407eb30f9f237fb8d8d352bec37f89409e6e5e1a.zip
doc/go1.11: update runtime/trace to use region instead of span
The final API uses 'region' instead of 'span' from the proposal. Change-Id: I305da891a360596fff89b10bc6de3090289b5396 Reviewed-on: https://go-review.googlesource.com/124815 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.11.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 41853ec3a6..20f8c3f8e5 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -309,7 +309,7 @@ func f(v interface{}) {
in execution traces and create groups of related goroutines.
The <code>go</code>&nbsp;<code>tool</code>&nbsp;<code>trace</code>
command visualizes this information in the trace view and the new
- user task/span analysis page.
+ user task/region analysis page.
</p>
<h2 id="runtime">Runtime</h2>