Skip to content

Commit 0d89af5

Browse files
committed
fix typo
1 parent 16cc2ca commit 0d89af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.roo/rules/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ These files provide step-by-step instructions, code examples, and best practices
123123
- Explaining complex algorithms that can't be simplified
124124
- **When in doubt, leave it out**. No comment is better than a redundant comment.
125125
- **Never add comments explaining code changes** - The code should speak for itself, and version control tracks changes. The one exception to this rule is if it is a very unobvious implementation. Something that someone would typically implement in a different (wrong) way. Then the comment helps us remember WHY we changed it to a less obvious implementation.
126-
- **Never removed existing comments** unless specifically directed by the user. Comments that are already defined in existing code have been vetted by the user.
126+
- **Never remove existing comments** unless specifically directed by the user. Comments that are already defined in existing code have been vetted by the user.
127127

128128
### Jotai Model Pattern (our rules)
129129

0 commit comments

Comments
 (0)