summaryrefslogtreecommitdiff
path: root/docs/design/interfaces.md
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-06-10 15:15:02 +0300
committerGitHub <noreply@github.com>2024-06-10 05:15:02 -0700
commit0974463daf0982626cb2b8c8bb6f494f3e6c9e52 (patch)
treeed60c4a010edd13f310f0c170f2f82bd8b5a4329 /docs/design/interfaces.md
parent9a23a9aab3721828526c921db1e779008e133e8f (diff)
Fix typos in the docs (#4322)
Diffstat (limited to 'docs/design/interfaces.md')
-rw-r--r--docs/design/interfaces.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/interfaces.md b/docs/design/interfaces.md
index c60b01009..ce6e0be28 100644
--- a/docs/design/interfaces.md
+++ b/docs/design/interfaces.md
@@ -226,7 +226,7 @@ Bot the use of `&` and `where` are advanced features that we might cut due to im
### Value Parameters
-Because HLSL has generics like `vector<float,3>` that already take non-type parameters, the language will need *some* degree of support for generic parameters that arent' types (at least integers need to be supported).
+Because HLSL has generics like `vector<float,3>` that already take non-type parameters, the language will need *some* degree of support for generic parameters that aren't types (at least integers need to be supported).
We need syntax for this that doesn't bloat the common case.
In this case, I think that what I've used in the current Slang implementation is reasonable, where a value parameter needs a `let` prefix: