Browse Source

Removed an extra character that slipped into a comment.

Barinzaya 4 tháng trước cách đây
mục cha
commit
6ebd30033f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}
 */