typo: can used -> can be used

This commit is contained in:
Jx
2026-07-05 01:26:04 -03:00
committed by GitHub
parent a441b091b7
commit 448dea1c22

View File

@@ -768,7 +768,7 @@ using_statement :: proc() {
orientation: quaternion128,
}
// It can used like this:
// It can be used like this:
foo0 :: proc(entity: ^Entity) {
fmt.println(entity.position.x, entity.position.y, entity.position.z)
}