From c3557978cf0184aaf75c27c309bc87e84fd6ab79 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 29 Nov 2024 14:02:19 +0700 Subject: docs: Reduce typo count (#5671) Co-authored-by: Ellie Hermaszewska --- docs/language-reference/08-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/language-reference/08-attributes.md') diff --git a/docs/language-reference/08-attributes.md b/docs/language-reference/08-attributes.md index 7ffe0f0fe..f4d900d33 100644 --- a/docs/language-reference/08-attributes.md +++ b/docs/language-reference/08-attributes.md @@ -11,7 +11,7 @@ Attributes This attribute is only available for Vulkan SPIR-V output. -The attibute allows access to SPIR-V intrinsics, by supplying a function declaration with the appropriate signature for the SPIR-V op and no body. The intrinsic takes a single parameter which is the integer value for the SPIR-V op. +The attribute allows access to SPIR-V intrinsics, by supplying a function declaration with the appropriate signature for the SPIR-V op and no body. The intrinsic takes a single parameter which is the integer value for the SPIR-V op. In the example below the add function, uses the mechanism to directly use the SPIR-V integer add 'op' which is 128 in this case. -- cgit v1.2.3