Skip to content

Fix typos in "In_Order_Queue" lesson - #417

Merged
illuhad merged 1 commit into
KhronosGroup:mainfrom
EwanC:ioq_lesson_typos
Jan 15, 2026
Merged

Fix typos in "In_Order_Queue" lesson#417
illuhad merged 1 commit into
KhronosGroup:mainfrom
EwanC:ioq_lesson_typos

Conversation

@EwanC

@EwanC EwanC commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

Updates the slides for the "In Order Queue" lesson to fix typos.

In particular the change in the code snippet is because the < & > characters required for the template instantiating don't render. Instead you can use &lt & &gt, but when doing this the rendered line of code became too long for the slide and so I split it across two lines with a using alias, but open to alternative ways of splitting the line.

Rendered code snippet on tip
image

Rendered code snippet with PR
image

Additionally added Stream HPC to the list of contributors in the README, since I'm making contributions while working for them.

Updates the slides for the "In Order Queue" lesson to fix
typos.

In particular the change in the code snippet is because the `<` & `>`
characters required for the template instantiating don't render. Instead
you can use `&lt` & `&gt` but when doing this the line of code became
too long for the slide and so I split it across two lines with a
`using` alias, but open to alternative ways of splitting the line.

Additionally add Stream HPC to the list of contributors in the
README, since I'm making contributions while working for them.

@illuhad illuhad left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@illuhad
illuhad merged commit 1fbb25e into KhronosGroup:main Jan 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants