Skip to content

Commit f1f5c91

Browse files
committed
Fix a typo in a doc
1 parent 7e82e0b commit f1f5c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/tagger/io/TaggedFileRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import edu.stanford.nlp.util.ReflectionLoading;
1515

1616
/** Parses and specifies all the details for how to read some POS tagging data.
17-
* The options for this class are documented in MaxentTagger, unlder the trainFile property.
17+
* The options for this class are documented in MaxentTagger, under the trainFile property.
1818
*
1919
* @author John Bauer
2020
*/

0 commit comments

Comments
 (0)