diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-10-23 23:34:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-24 11:34:49 +0800 |
| commit | fb50c032959d0f21579e8a6e1a0ab7141c7fbb97 (patch) | |
| tree | 5fabb7e3ca848c3f87bb6d23031a859d170f46c8 /docs/language-guide.md | |
| parent | a0bea07503c68160ad2e88986ba98cfc2161bdff (diff) | |
Fix a few documentation typos (#5396)
Diffstat (limited to 'docs/language-guide.md')
| -rw-r--r-- | docs/language-guide.md | 2 |
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: |
