We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c690dcc commit f95cf43Copy full SHA for f95cf43
docs/api/rtos/Kernel.md
@@ -34,6 +34,6 @@ The function `attach_idle_hook()` can be used to attach a function to be called
34
35
### `attach_thread_terminate_hook()` example
36
37
-The function `attach_thread_terminate_hook()` can be used to attach a function to be called when a thread is killed
+The function `attach_thread_terminate_hook()` can be used to attach a function to be called when a thread terminates.
38
39
[](https://github.com/ARMmbed/mbed-os-example-kernel-hooks/blob/master/main.cpp)
0 commit comments