Skip to content

Commit 5e69f24

Browse files
authored
Merge pull request #34 from jadonmmiller/patch-1
Fixed Typo
2 parents 4f84505 + 206cbcc commit 5e69f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TouchScreen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TSPoint::TSPoint(int16_t x0, int16_t y0, int16_t z0) {
3535
z = z0;
3636
}
3737
/**
38-
* @brief Check if the current point is **not** equivalent to another point
38+
* @brief Check if the current point is equivalent to another point
3939
*
4040
* @param p1 The other point being checked for equivalence
4141
* @return `true` : the two points are equivalent

0 commit comments

Comments
 (0)