Skip to content

Commit

Permalink
[pt] Fix typo in ORDINAL_ABREVIATION rule IDs finally
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Dec 18, 2023
1 parent c990238 commit a5d9a5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41311,7 +41311,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
<example>2.a. Sistemas</example>
</rule>

<rulegroup id='ORDINAL_ABREVIATION_DOT' name="Abreviatura de ordinais: 1o -> 1.º" default="temp_off">
<rulegroup id='ORDINAL_ABBREVIATION_DOT' name="Abreviatura de ordinais: 1o -> 1.º" default="temp_off">
<antipattern> <!-- enumeration as 2a. -->
<token postag="SENT_START"/>
<token regexp="yes">\d+a</token>
Expand Down Expand Up @@ -41416,7 +41416,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>
</rulegroup>

<rulegroup id='ORDINAL_ABREVIATION_NO_DOT' name="Abreviatura de ordinais: 1o -> 1º" default="temp_off">
<rulegroup id='ORDINAL_ABBREVIATION_NO_DOT' name="Abreviatura de ordinais: 1o -> 1º" default="temp_off">
<antipattern> <!-- enumeration as 2a. -->
<token postag="SENT_START"/>
<token regexp="yes">\d+a</token>
Expand Down

0 comments on commit a5d9a5c

Please sign in to comment.