We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c45b29 commit 22823e9Copy full SHA for 22823e9
src/main/java/net/sf/mpxj/primavera/StructuredTextParser.java
@@ -46,7 +46,7 @@ public class StructuredTextParser
46
{
47
/**
48
* By default, if unexpected structure is encountered while parsing
49
- * structured text, the parse wil raise a {@code StructuredTextParseException}.
+ * structured text, the parser will raise a {@code StructuredTextParseException}.
50
* In some cases the structured text already parsed will have yielded useful data.
51
* Setting this flag to {@code true} will allow the parser to fail silently
52
* and return as much of the data as it has been able to extract.
0 commit comments