Merge pull request #418 from dstine/docs

fix small typo
This commit is contained in:
Spencer Gibb
2016-10-13 11:37:58 -04:00
committed by GitHub

View File

@@ -159,7 +159,7 @@ Fortunately, for the asynchronous processing you can provide explicit naming.
=== @SpanName annotation
You can do name the span explicitly via the `@SpanName` annotation.
You can name the span explicitly via the `@SpanName` annotation.
[source,java]
----