fix small typo

This commit is contained in:
Dan Stine
2016-10-08 21:26:36 -04:00
parent b2df9844db
commit d30fcd5201

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]
----