Skip to content

Commit e7e64f6

Browse files
authored
Update coding-guide.mdc
1 parent f50cc95 commit e7e64f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cursor/rules/coding-guide.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Container(containers.DeclarativeContainer):
1616
service = providers.Factory(Service)
1717
```
1818

19-
- Avoid shortcuts in names unless absolutely necessarry, exceptions:
19+
- Avoid shortcuts in names unless absolutely necessary, exceptions:
2020
```
2121
arg
2222
args
@@ -26,4 +26,4 @@ obj
2626
cls
2727
```
2828

29-
- Avoid inline comments unless absolutely necessarry
29+
- Avoid inline comments unless absolutely necessary

0 commit comments

Comments
 (0)