chore: Fix typos

This commit is contained in:
Jade Ellis
2025-11-08 20:54:49 +00:00
parent d6e314744b
commit ce73d29855
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ lock_b.with_lock(|data_b| {
### Code Comments
- Reference related documentation or parts of the specification
- When a task has multiple ways of being acheved, explain your reasoning for your decision
- When a task has multiple ways of being achieved, explain your reasoning for your decision
- Update comments when code changes
```rs