Kaynağa Gözat

Removed an extra character that slipped into a comment.

Barinzaya 4 ay önce
ebeveyn
işleme
6ebd30033f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 	}
 */