mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
examples: fix typos (#18229)
This commit is contained in:
parent
caee3935a5
commit
993546a0a2
28 changed files with 89 additions and 89 deletions
|
@ -9,7 +9,7 @@ pub struct Vector3D {
|
|||
z f64
|
||||
}
|
||||
|
||||
// vector creates a Vector3D passing x,y,z as parameteres
|
||||
// vector creates a Vector3D passing x,y,z as parameters
|
||||
pub fn vector(data Vector3D) Vector3D {
|
||||
return Vector3D{
|
||||
...data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue