Skip to content

Commit f95cf43

Browse files
committed
Rephrasing attach_thread_terminate_hook description
1 parent c690dcc commit f95cf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/rtos/Kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ The function `attach_idle_hook()` can be used to attach a function to be called
3434

3535
### `attach_thread_terminate_hook()` example
3636

37-
The function `attach_thread_terminate_hook()` can be used to attach a function to be called when a thread is killed
37+
The function `attach_thread_terminate_hook()` can be used to attach a function to be called when a thread terminates.
3838

3939
[![View Example](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-kernel-hooks)](https://github.com/ARMmbed/mbed-os-example-kernel-hooks/blob/master/main.cpp)

0 commit comments

Comments
 (0)