Skip to content

Commit

Permalink
raylib: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jul 14, 2024
1 parent 9094110 commit a2a8c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extra/raylib/raylib-docs.factor
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ HELP: <Vector2>
{ $values
x: float
y: float
obj: Vector2 }
Vector2: Vector2 }
{ $description
Constructs a new \ Vector2 . } ;

Expand All @@ -1524,7 +1524,7 @@ HELP: <Vector3>
x: float
y: float
z: float
obj: Vector3 }
Vector3: Vector3 }
{ $description
Constructs a new \ Vector3 . } ;

Expand All @@ -1534,7 +1534,7 @@ HELP: <Vector4>
y: float
z: float
w: float
obj: Vector4 }
Vector4: Vector4 }
{ $description
Constructs a new \ Vector4 . } ;

Expand Down

0 comments on commit a2a8c66

Please sign in to comment.