Skip to content

Commit cc4ed2f

Browse files
authored
Update CommandGraph.md
1 parent 4ac0c4b commit cc4ed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/design/CommandGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ API. This API can wait on a list of event dependencies using the `phWaitEvents`
358358
parameter and can signal a return event when finished using the `hSignalEvent`
359359
parameter. This allows for a cleaner and more efficient implementation than
360360
what can be achieved when using the wait-event path
361-
(see [this section](#wait-event-path-implementation-details-) for
361+
(see [this section](#wait-event-path-implementation-details) for
362362
more details about the wait-event path).
363363

364364
This path relies on 3 different command-lists in order to execute the

0 commit comments

Comments
 (0)