Skip to content

Commit d7dbf7d

Browse files
committed
Fix typo: - => _
1 parent d317e7b commit d7dbf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ template <> struct is_property_key<work_item_progress_key> : std::true_type {};
446446
|The `work_item_progress` property adds the requirement that the kernel must be
447447
launched with the specified forward progress guarantees for threads of execution
448448
created at `execution_scope::work_item` scope, with the specified coordination
449-
scope. `CoordinationScope` must be broader than `execution-scope::work_item`.
449+
scope. `CoordinationScope` must be broader than `execution_scope::work_item`.
450450

451451
|===
452452

0 commit comments

Comments
 (0)