Skip to content

Commit

Permalink
trace: fix minor typo
Browse files Browse the repository at this point in the history
Fixes #722.

Change-Id: I5abcbac84d6642d8bda3a93a31cec67f7e4730f7
Reviewed-on: https://code-review.googlesource.com/15870
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Ross Light <light@google.com>
Reviewed-by: Michael Darakananda <pongad@google.com>
  • Loading branch information
rakyll committed Aug 15, 2017
1 parent 8445b44 commit 06f11ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/trace.go
Expand Up @@ -113,7 +113,7 @@
// ...
// childSpan.Finish(trace.WithResponse(resp))
//
// When a span created by SpanFromRequest or SpamFromHeader is finished, the
// When a span created by SpanFromRequest or SpanFromHeader is finished, the
// finished spans in the corresponding trace -- the span itself and its
// descendants -- are uploaded to the Stackdriver Trace server using the
// *Client that created the span. Finish returns immediately, and uploading
Expand Down

0 comments on commit 06f11ff

Please sign in to comment.