diff --git a/topics/basics/architectural_overview/threading/execution_contexts.md b/topics/basics/architectural_overview/threading/execution_contexts.md index 002ebb8d0..52f0430a7 100644 --- a/topics/basics/architectural_overview/threading/execution_contexts.md +++ b/topics/basics/architectural_overview/threading/execution_contexts.md @@ -109,8 +109,8 @@ The following table presents the possibilities and APIs to use for reporting pro
  • RawProgressReporter - a raw text, details, and fraction reporting (invoked via reportRawProgress())
  • - Any report*Progress() function must be used inside withBackgroundProgress(), withModalProgress(), or runWithModalProgressBlocking() from tasks.kt. - Otherwise, if there is no reporter in the context, using `report*Progress()` will have no effect. + Any report*Progress() function must be used inside withBackgroundProgress(), withModalProgress(), or runWithModalProgressBlocking() from tasks.kt. + Otherwise, if there is no reporter in the context, using report*Progress() will have no effect. Example: