mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-11 02:19:30 +00:00
typo: can used -> can be used
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user