Skip to content

Commit 02f5b5b

Browse files
committed
fixed typo
1 parent 2e03b17 commit 02f5b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/GM-TE/GMTETile.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Class {
66

77
{
88
#category : #constants,
9-
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 20:54'
9+
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 21:09'
1010
}
1111
GMTETile class >> checkerBoardColors [
1212

@@ -15,7 +15,7 @@ GMTETile class >> checkerBoardColors [
1515
(1@1) -> Color lightGray.
1616
(0@1) -> Color gray.
1717
(1@0) -> Color gray
18-
} asDirectory
18+
} asDictionary
1919
]
2020

2121
{

0 commit comments

Comments
 (0)