Skip to content

Commit ee59f6d

Browse files
committed
doc: minor wording improvement to the diagnostics guide
Change-Id: I8469fbbb934f096f04ad68c592aacdb805b6d2d4 GitHub-Last-Rev: 6d2cfcc GitHub-Pull-Request: #23754 Reviewed-on: https://go-review.googlesource.com/92996 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent c6e7330 commit ee59f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/diagnostics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h2 id="tracing">Tracing</h2>
222222
<p>Tracing enables us to:</p>
223223

224224
<ul>
225-
<li>Instrument and profile application latency in a Go process.</li>
225+
<li>Instrument and analyze application latency in a Go process.</li>
226226
<li>Measure the cost of specific calls in a long chain of calls.</li>
227227
<li>Figure out the utilization and performance improvements.
228228
Bottlenecks are not always obvious without tracing data.</li>

0 commit comments

Comments
 (0)