Skip to content

Commit 2edff81

Browse files
author
Amanda Butler
authored
Edit Callback.md
Tweak phrasing for active voice.
1 parent cf28457 commit 2edff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/platform/Callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void run_timer_event(Callback<void(float)> on_timer) {
2424
}
2525
```
2626

27-
Callbacks can be reset to empty by assigning `nullptr`.
27+
You can reset Callbacks to empty by assigning `nullptr`.
2828

2929
The Callback class is what’s known in C++ as a “Concrete Type”. That is, the Callback class is lightweight enough to be passed around like an int, pointer or other primitive type.
3030

0 commit comments

Comments
 (0)