summaryrefslogtreecommitdiff
path: root/docs/design/interfaces.md
diff options
context:
space:
mode:
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: