From 59e0412b4fc61e862c4ceb4807fedddaade0ffa5 Mon Sep 17 00:00:00 2001 From: gui martins Date: Tue, 16 Dec 2025 21:57:35 -0300 Subject: [PATCH] typo 20241231_intro.md --- 20241231_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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