Skip to content

Commit

Permalink
Update example_vector2.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nikos Tziaros <[email protected]>
  • Loading branch information
NickTziaros authored Sep 4, 2024
1 parent 79cce42 commit b02251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/example_vector2.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ruby vector3_example.rb
The output of the program:

```{.sh}
v1 =: 0.000000 0.000000 0.000000
v1 = 0.000000 0.000000 0.000000
v2 = 1.000000 0.000000 0.000000
v1 + v2 = 1.000000 0.000000 0.000000
v1.Distance(v2) = 1.000000
Expand Down

0 comments on commit b02251c

Please sign in to comment.