diff options
| author | Elie Michel <eliemichel@users.noreply.github.com> | 2024-05-30 20:57:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 11:57:36 -0700 |
| commit | daec0a3d00576f0d76ba2d257380a15f9e2a437f (patch) | |
| tree | 42e40b5f5910093a0804b10c724b3c0a29356477 | |
| parent | 9fe23ca12f09bc42da4377ac1bd0a4410f00c672 (diff) | |
Fix small typo (#4246)
| -rw-r--r-- | docs/user-guide/08-compiling.md | 2 |
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 |
