Skip to content

Commit e66d4bb

Browse files
committed
Fix typo
1 parent aa86cad commit e66d4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/pipeline/ProtobufAnnotationSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
*
6262
* <p>
6363
* To allow lossy serialization, use {@link ProtobufAnnotationSerializer#ProtobufAnnotationSerializer(boolean)}.
64-
* Otherwise, an exception is thrown if an unknown key appears in the annotation which would not be saved to th
64+
* Otherwise, an exception is thrown if an unknown key appears in the annotation which would not be saved to the
6565
* protocol buffer.
6666
* If such keys exist, and are a part of the standard CoreNLP pipeline, please let us know!
6767
* If you would like to serialize keys in addition to those serialized by default (e.g., you are attaching

0 commit comments

Comments
 (0)