fix typos

This commit is contained in:
Luka Markušić
2026-05-31 10:04:08 +02:00
parent 000e9448d5
commit 1c3238d619
3 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
// Operations performed on vectors in Zig will be done in parallel using
// SIMD instructions, whenever possible.
//
// Defining vectors in Zig is straightforwards. No library import is needed.
// Defining vectors in Zig is straightforward. No library import is needed.
const v1 = @Vector(3, i32){ 1, 10, 100 };
const v2 = @Vector(3, f32){ 2.0, 3.0, 5.0 };