Skip to content

Commit 6d2cfcc

Browse files
committed
doc: minor wording improvement to the diagnostics guide
Change-Id: I7ca964a8bce1f7a990c25f61035ffbecb8548fcd
1 parent c6e7330 commit 6d2cfcc

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)