summaryrefslogtreecommitdiff
path: root/docs/user-guide/a1-04-interop.md
diff options
context:
space:
mode:
authorYuki Nishidate <30839669+yknishidate@users.noreply.github.com>2024-12-29 02:22:00 +0900
committerGitHub <noreply@github.com>2024-12-28 17:22:00 +0000
commitc4429bc33450be32ed82358c3974da58e5ec25ab (patch)
treebe20e7a4192d8a285e4f4136980686ac4a768179 /docs/user-guide/a1-04-interop.md
parent478be540a6f93ffcb552e496c41fe1c278ae054e (diff)
Fix tiny typos (#5944)
Diffstat (limited to 'docs/user-guide/a1-04-interop.md')
-rw-r--r--docs/user-guide/a1-04-interop.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide/a1-04-interop.md b/docs/user-guide/a1-04-interop.md
index a13bb5ca2..21ed40279 100644
--- a/docs/user-guide/a1-04-interop.md
+++ b/docs/user-guide/a1-04-interop.md
@@ -182,7 +182,7 @@ float modf(float x, out float ip)
}
```
-Opcodes such as `OpCapbility`, `OpExtension` and type definitions are allowed inside a `spirv_asm` block. These instructions will be deduplicated and inserted into the correct sections defined by the SPIRV specification, for example:
+Opcodes such as `OpCapability`, `OpExtension` and type definitions are allowed inside a `spirv_asm` block. These instructions will be deduplicated and inserted into the correct sections defined by the SPIRV specification, for example:
```cpp
uint4 WaveMatch(T value)
{