File tree 1 file changed +2
-2
lines changed
parsley/shared/src/main/scala/parsley/errors
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ object DefaultErrorBuilder {
156
156
def pos (line : Int , col : Int ): String = s " (line ${Integer .toUnsignedString(line)}, column ${Integer .toUnsignedString(col)}) "
157
157
158
158
/** Combines the alternatives, separated by commas/semicolons, with the final two separated
159
- * by "or". An ''' Oxford comma' '' is added if there are more than two elements, as this
159
+ * by "or". An ''Oxford comma'' is added if there are more than two elements, as this
160
160
* helps prevent ambiguity in the list. If the elements contain a comma, then semicolon
161
161
* is used as the list separator.
162
162
*
@@ -167,7 +167,7 @@ object DefaultErrorBuilder {
167
167
* by "or". If the elements contain a comma, then semicolon
168
168
* is used as the list separator.
169
169
*
170
- * @param oxfordComma decides whether or not to employ an ''' Oxford comma' '' when there
170
+ * @param oxfordComma decides whether or not to employ an ''Oxford comma'' when there
171
171
* more than two elements to join: this helps prevent ambiguity in the list.
172
172
* @since 4.3.0
173
173
*/
You can’t perform that action at this time.
0 commit comments