Skip to content

Commit

Permalink
Fix another typo in math.md (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthmoog committed Jul 21, 2023
1 parent eedef9e commit 76cb81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ package clockface

import "time"

// A Point represents a two dimensional Cartesian coordinate
// A Point represents a two-dimensional Cartesian coordinate
type Point struct {
X float64
Y float64
Expand Down

0 comments on commit 76cb81c

Please sign in to comment.