Skip to content

Commit

Permalink
Fix a comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeltao committed Jun 9, 2017
1 parent bcfeb16 commit e2365df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truetype/truetype_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func scalingTestParse(line string) (ret scalingTestData) {
}

// scalingTestEquals is equivalent to, but faster than, calling
// reflect.DeepEquals(a, b), and also returns the index of the first non-equal
// reflect.DeepEqual(a, b), and also returns the index of the first non-equal
// element. It also treats a nil []Point and an empty non-nil []Point as equal.
// a and b must have equal length.
func scalingTestEquals(a, b []Point) (index int, equals bool) {
Expand Down

0 comments on commit e2365df

Please sign in to comment.