Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deeean committed Jun 6, 2024
1 parent 66acd38 commit 2207e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (v *Vector2) Reflect(other *Vector2) *Vector2

func (v *Vector2) Equals(other *Vector2) bool

func (v *Vector2) ToString() string
func (v *Vector2) String() string
```

### Vector3
Expand Down Expand Up @@ -150,5 +150,5 @@ func (v *Vector3) Reflect(other *Vector3) *Vector3

func (v *Vector3) Equals(other *Vector3) bool

func (v *Vector3) ToString() string
func (v *Vector3) String() string
```

0 comments on commit 2207e83

Please sign in to comment.