Skip to content

Commit

Permalink
bold -> italic
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jun 25, 2023
1 parent ac838e1 commit 5c81ecb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ object DefaultErrorBuilder {
def pos(line: Int, col: Int): String = s"(line ${Integer.toUnsignedString(line)}, column ${Integer.toUnsignedString(col)})"

/** Combines the alternatives, separated by commas/semicolons, with the final two separated
* by "or". An '''Oxford comma''' is added if there are more than two elements, as this
* by "or". An ''Oxford comma'' is added if there are more than two elements, as this
* helps prevent ambiguity in the list. If the elements contain a comma, then semicolon
* is used as the list separator.
*
Expand All @@ -167,7 +167,7 @@ object DefaultErrorBuilder {
* by "or". If the elements contain a comma, then semicolon
* is used as the list separator.
*
* @param oxfordComma decides whether or not to employ an '''Oxford comma''' when there
* @param oxfordComma decides whether or not to employ an ''Oxford comma'' when there
* more than two elements to join: this helps prevent ambiguity in the list.
* @since 4.3.0
*/
Expand Down

0 comments on commit 5c81ecb

Please sign in to comment.