From daec0a3d00576f0d76ba2d257380a15f9e2a437f Mon Sep 17 00:00:00 2001 From: Elie Michel Date: Thu, 30 May 2024 20:57:36 +0200 Subject: Fix small typo (#4246) --- docs/user-guide/08-compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user-guide') 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 -- cgit v1.2.3