From fb50c032959d0f21579e8a6e1a0ab7141c7fbb97 Mon Sep 17 00:00:00 2001 From: cheneym2 Date: Wed, 23 Oct 2024 23:34:49 -0400 Subject: Fix a few documentation typos (#5396) --- docs/cuda-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cuda-target.md') diff --git a/docs/cuda-target.md b/docs/cuda-target.md index 17d1c6a0d..adb56d922 100644 --- a/docs/cuda-target.md +++ b/docs/cuda-target.md @@ -145,7 +145,7 @@ RWTexture2D rwt2D_2; The format names used are the same as for [GLSL layout format types](https://www.khronos.org/opengl/wiki/Layout_Qualifier_(GLSL)). If no format is specified Slang will *assume* that the format is the same as the type specified. -Note that the format attribution is on variables/paramters/fields and not part of the type system. This means that if you have a scenario like... +Note that the format attribution is on variables/parameters/fields and not part of the type system. This means that if you have a scenario like... ``` [format(rg16f)] -- cgit v1.2.3