Skip to content

Commit 5b97839

Browse files
committed
s1: Fix comment typo.
Fixes #55.
1 parent f02de57 commit 5b97839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s1/angle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
// Angle represents a 1D angle. The internal representation is a double precision
2323
// value in radians, so conversion to and from radians is exact.
2424
// Conversions between E5, E6, E7, and Degrees are not always
25-
// exact. For example, Degrees(3.1) is different from E6(3100000) or E7(310000000).
25+
// exact. For example, Degrees(3.1) is different from E6(3100000) or E7(31000000).
2626
//
2727
// The following conversions between degrees and radians are exact:
2828
//

0 commit comments

Comments
 (0)