Skip to content

Commit

Permalink
Correct package name casing
Browse files Browse the repository at this point in the history
  • Loading branch information
astares authored Dec 31, 2020
1 parent 28e1b67 commit e37aa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geometry/Number.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Number >> divideWithAngle: aGAngle [
^ (aGAngle radians / self) radians
]

{ #category : #'*geometry' }
{ #category : #'*Geometry' }
Number class >> epsilon [
^ 0.00001
]
Expand Down

0 comments on commit e37aa1a

Please sign in to comment.