Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pt] Improved rule ID:HÁS_VEZES #9937

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31977,14 +31977,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>


<rule id='HÁS_VEZES' name="[Confusão] 'hás vezes'/'às vezes'">
<!-- Created by Marco A.G.Pinto, Portuguese rule -->
<rule id='HÁS_VEZES' name="Confusão de termos: 'hás' vezes/'às'">
<pattern>
<token>hás</token>
<marker>
<token>hás</token>
</marker>
<token>vezes</token>
</pattern>
<message>Substitua por <suggestion>às vezes</suggestion>.</message>
<example correction="às vezes">É que <marker>hás vezes</marker> temos de tomar decisões.</example>
<message>Possível confusão de termos.</message>
<suggestion>às</suggestion>
<example correction="às">É que <marker>hás</marker> vezes temos de decidir.</example>
</rule>


Expand Down