Removed an extra character that slipped into a comment.

This commit is contained in:
Barinzaya
2025-05-03 13:24:22 -04:00
parent 8b6436201e
commit 6ebd30033f

View File

@@ -2522,7 +2522,7 @@ Result:
**Operation**:
> for i in 0 ..< N {
for i in 0 ..< N {
res[i] = i
}
*/