summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorElie Michel <eliemichel@users.noreply.github.com>2024-05-30 20:57:36 +0200
committerGitHub <noreply@github.com>2024-05-30 11:57:36 -0700
commitdaec0a3d00576f0d76ba2d257380a15f9e2a437f (patch)
tree42e40b5f5910093a0804b10c724b3c0a29356477 /docs
parent9fe23ca12f09bc42da4377ac1bd0a4410f00c672 (diff)
Fix small typo (#4246)
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/08-compiling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide/08-compiling.md b/docs/user-guide/08-compiling.md
index 90dd4c4dc..69ead7b81 100644
--- a/docs/user-guide/08-compiling.md
+++ b/docs/user-guide/08-compiling.md
@@ -63,7 +63,7 @@ Slang supports two models for identifying entry points when compiling.
### Entry Point Attributes
-By default, the compiler wll scan a translation unit for function declarations marked with the `[shader(...)]` attribute; each such function will be identified as an entry point in the module.
+By default, the compiler will scan a translation unit for function declarations marked with the `[shader(...)]` attribute; each such function will be identified as an entry point in the module.
Developers are encouraged to use this model because it directly documents intention and makes source code less dependent on external compiler configuration options.
### Explicit Entry Point Options