-
Typos was working great, but now if I execute I have tried removing and reinstalling typos using cargo, but this has not fixed the problem. The following script demonstrates the problem:
When I execute this script I get the following output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If I ran From our FAQ Entry Why was ... not corrected?
|
Beta Was this translation helpful? Give feedback.
-
As an aside, I understand the false positive problem. When I designed a documentation system with a spell checker, I allowed for an exception list at the top of each page to get around this problem (so that the user did not have to repeatedly accept the same error). |
Beta Was this translation helpful? Give feedback.
If I ran
typos
on yourmain.rs
, then nothing is reported. If I edit it to addhte
, then that gets reported as a typo.From our FAQ Entry Why was ... not corrected?