Skip to content

Commit 5d1d0c6

Browse files
committed
Fixes typo
1 parent d79e51c commit 5d1d0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/understanding-generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Benefits of Slang's approach:
298298
what methods are valid for generic types, unlike C++ template parameters.
299299
300300
There are certain things which work with C++ style templates, which are
301-
(deliberatly) disallowed with Slang generics. For example the following code
301+
(deliberately) disallowed with Slang generics. For example the following code
302302
will work in C++ but the naïve equivalent in Slang will not compile.
303303
304304
```cpp

0 commit comments

Comments
 (0)