Commit 9a754c64f23cd2db1b5234b10d6b4ef62effc19c
1 parent
d11b4c06
Exists in
master
and in
1 other branch
Corrige espaçamento no nome de algumas regras (regras.xml)
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
data/regras.xml
... | ... | @@ -293,7 +293,7 @@ |
293 | 293 | <newprop>VB</newprop> |
294 | 294 | </class> |
295 | 295 | </rule> |
296 | - <rule name = " VB-R"><!-- tempo verbal - futuro com AdvP(t) --> | |
296 | + <rule name = "VB-R"><!-- tempo verbal - futuro com AdvP(t) --> | |
297 | 297 | <active>true</active> |
298 | 298 | <count>1</count> |
299 | 299 | <class> |
... | ... | @@ -302,7 +302,7 @@ |
302 | 302 | <newprop>VB</newprop> |
303 | 303 | </class> |
304 | 304 | </rule> |
305 | - <rule name = " VB-SR"><!-- tempo verbal - futuro do subjuntivo com AdvP(t) --> | |
305 | + <rule name = "VB-SR"><!-- tempo verbal - futuro do subjuntivo com AdvP(t) --> | |
306 | 306 | <active>true</active> |
307 | 307 | <count>1</count> |
308 | 308 | <class> |
... | ... | @@ -311,7 +311,7 @@ |
311 | 311 | <newprop>VB</newprop> |
312 | 312 | </class> |
313 | 313 | </rule> |
314 | - <rule name = " VB-D"><!-- tempo verbal - passado com AdvP(t) --> | |
314 | + <rule name = "VB-D"><!-- tempo verbal - passado com AdvP(t) --> | |
315 | 315 | <active>true</active> |
316 | 316 | <count>1</count> |
317 | 317 | <class> | ... | ... |