diff --git a/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/entities/Subsegment.java b/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/entities/Subsegment.java index 8276967c..9a9f38e8 100644 --- a/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/entities/Subsegment.java +++ b/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/entities/Subsegment.java @@ -87,7 +87,7 @@ static Subsegment noOp(Segment parent, AWSXRayRecorder recorder) { /** * Serializes the subsegment as a standalone String with enough information for the subsegment to be streamed on its own. * @return - * the string representation of the subsegment with enouogh information for it to be streamed + * the string representation of the subsegment with enough information for it to be streamed */ String streamSerialize(); @@ -96,7 +96,7 @@ static Subsegment noOp(Segment parent, AWSXRayRecorder recorder) { * own. Only used for debugging. * * @return - * the pretty string representation of the subsegment with enouogh information for it to be streamed + * the pretty string representation of the subsegment with enough information for it to be streamed */ String prettyStreamSerialize();