We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79e51c commit 5d1d0c6Copy full SHA for 5d1d0c6
docs/understanding-generics.md
@@ -298,7 +298,7 @@ Benefits of Slang's approach:
298
what methods are valid for generic types, unlike C++ template parameters.
299
300
There are certain things which work with C++ style templates, which are
301
-(deliberatly) disallowed with Slang generics. For example the following code
+(deliberately) disallowed with Slang generics. For example the following code
302
will work in C++ but the naïve equivalent in Slang will not compile.
303
304
```cpp
0 commit comments