Update coding-guide.mdc

This commit is contained in:
Roman Mogylatov 2025-05-22 18:29:37 -04:00 committed by GitHub
parent f50cc95405
commit e7e64f6ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ class Container(containers.DeclarativeContainer):
service = providers.Factory(Service)
```
- Avoid shortcuts in names unless absolutely necessarry, exceptions:
- Avoid shortcuts in names unless absolutely necessary, exceptions:
```
arg
args
@ -26,4 +26,4 @@ obj
cls
```
- Avoid inline comments unless absolutely necessarry
- Avoid inline comments unless absolutely necessary