Skip to content

Commit 54c168c

Browse files
committed
Fix typo
1 parent 51ccf58 commit 54c168c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Math-DataStractures-Pharo11/package.st

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Math-DataStractures-Pharo11/Float.extension.st renamed to src/Math-DataStructures-Pharo11/Float.extension.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Extension { #name : #Float }
22

3-
{ #category : #'*Math-DataStractures-Pharo11' }
3+
{ #category : #'*Math-DataStructures-Pharo11' }
44
Float class >> machineEpsilon [
55

66
^ self epsilon
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package { #name : #'Math-DataStructures-Pharo11' }

0 commit comments

Comments
 (0)