summaryrefslogtreecommitdiffstats
path: root/docs/language-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/language-guide.md')
-rw-r--r--docs/language-guide.md2
1 files changed, 1 insertions, 1 deletions
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: