From 22fe1dfed3ee6e1d0d00f0cb08b6549f771ef5cf Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 17 Feb 2021 18:46:14 -0800 Subject: Fix typo in user guide. --- docs/user-guide/03-convenience-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user-guide') diff --git a/docs/user-guide/03-convenience-features.md b/docs/user-guide/03-convenience-features.md index 0a6723242..ff011af23 100644 --- a/docs/user-guide/03-convenience-features.md +++ b/docs/user-guide/03-convenience-features.md @@ -2,7 +2,7 @@ This topic covers a series of nice-to-have language features in Slang. These features are not supported by HLSL but are introduced to Slang to simplify code development. Many of these features are added to Slang per request of our users. -## Type Inference in Varaible Definitions +## Type Inference in Variable Definitions Slang supports automatic variable type inference: ```C# var a = 1; // OK, `a` is an `int`. -- cgit v1.2.3