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 e3e56ae commit e9aa74dCopy full SHA for e9aa74d
src/constance/src/lib.md
@@ -182,7 +182,7 @@ A context is a general term which is often used to describe the “environment
182
183
- **A task context** means the current [thread] pertains to a task.
184
- **An interrupt context** means the current thread pertains to an interrupt handler.
185
- - **A waitable context** equates to a task context given that [Priority Boost] is inactive.
+ - **A waitable context** means a task context and that [Priority Boost] is inactive.
186
187
[thread]: #threads
188
[Priority Boost]: #system-states
0 commit comments