Skip to content

Commit

Permalink
Update TROUBLESHOOT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jul 28, 2023
1 parent d08bf5e commit 5203715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ switch to [more complicated troubleshooting](#more-complicated-cases).

## General rules

Follow the rules to avoid/fix notGCed and notDisosed leaks:
Follow the rules to avoid/fix notGCed and notDisposed leaks:

1. **Ownership**. Every disposable object should have clear owner that manages its lifecycle.
2. **Disposal**. The owner should invoke the object's `dispose`.
Expand Down

0 comments on commit 5203715

Please sign in to comment.