Fixed typo. (#277)

This commit is contained in:
Pei-Tang Huang
2016-05-24 16:14:56 +08:00
committed by Marcin Grzejszczak
parent bed01f2779
commit f729781734

View File

@@ -19,7 +19,7 @@ package org.springframework.cloud.sleuth;
import java.util.concurrent.Callable;
/**
* The TraceManager class is the primary way for instrumentation code (note user code) to
* The Tracer class is the primary way for instrumentation code (note user code) to
* interact with the library. It provides methods to create and manipulate spans.
* <p>
*