Browse Source

Removed an extra character that slipped into a comment.

Barinzaya 4 months ago
parent
commit
6ebd30033f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/simd/simd.odin

+ 1 - 1
core/simd/simd.odin

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