Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit d5ccbbf

Browse files
committed
fix: typo
1 parent 9e3fd0f commit d5ccbbf

File tree

1 file changed

+1
-1
lines changed
  • aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events

1 file changed

+1
-1
lines changed

aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/LexV2Event.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static class SentimentScore implements Serializable, Cloneable {
123123
private double mixed;
124124
private double negative;
125125
private double neutral;
126-
private double positiv;
126+
private double positive;
127127
}
128128

129129
@Data

0 commit comments

Comments
 (0)