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/language-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/language-guide.md') diff --git a/docs/language-guide.md b/docs/language-guide.md index 4790794c8..28cdae475 100644 --- a/docs/language-guide.md +++ b/docs/language-guide.md @@ -26,7 +26,7 @@ New Features ### Import Declarations -In order to support better software modularity, and also to deal with the issue of how to integrate shader libraries written in Slang into other langauges, Slang introduces an `import` declaration construct. +In order to support better software modularity, and also to deal with the issue of how to integrate shader libraries written in Slang into other languages, Slang introduces an `import` declaration construct. The basic idea is that if you write a file `foo.slang` like this: -- cgit v1.2.3