diff --git a/20241231_intro.md b/20241231_intro.md index 24370e3..76a0966 100644 --- a/20241231_intro.md +++ b/20241231_intro.md @@ -266,7 +266,7 @@ extern "C" __global__ void __launch_bounds__(1) example() { ``` The index op (SPECIAL) is used for specifying the position of a kernel within its launch grids. The renderer will -also handle the count, so it renders `.x` `.y` automtically if you pass more than 1: +also handle the count, so it renders `.x` `.y` automatically if you pass more than 1: ```python