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 11, 2023
1 parent 37db89a commit d2decee
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 @@ -67,7 +67,7 @@ TODO: link DevTools documentation with explanation
## Verify object references

If you expect an object to be not referenced at some point,
but not sure, you can validate it by temporary adding assertion.
but not sure, you can validate it by temporaryly adding assertion.

```
final ref = WeakReference(myObject);
Expand Down

0 comments on commit d2decee

Please sign in to comment.