Skip to content

Commit 81ac4c6

Browse files
committed
Move Athens example code to tag "Chapter16" to match the chapter in the book
1 parent 138e920 commit 81ac4c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/CodeOfSpec20Book/AthensExamplePresenter.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Class {
1111
#instVars : [
1212
'athensPresenter'
1313
],
14-
#category : 'CodeOfSpec20Book-Chapter15',
14+
#category : 'CodeOfSpec20Book-Chapter16',
1515
#package : 'CodeOfSpec20Book',
16-
#tag : 'Chapter15'
16+
#tag : 'Chapter16'
1717
}
1818

1919
{ #category : 'layout' }

src/CodeOfSpec20Book/AthensHello.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Class {
1111
#instVars : [
1212
'surface'
1313
],
14-
#category : 'CodeOfSpec20Book-Chapter15',
14+
#category : 'CodeOfSpec20Book-Chapter16',
1515
#package : 'CodeOfSpec20Book',
16-
#tag : 'Chapter15'
16+
#tag : 'Chapter16'
1717
}
1818

1919
{ #category : 'accessing' }

src/CodeOfSpec20Book/AthensHelloPresenter.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Class {
1111
#instVars : [
1212
'morphPresenter'
1313
],
14-
#category : 'CodeOfSpec20Book-Chapter15',
14+
#category : 'CodeOfSpec20Book-Chapter16',
1515
#package : 'CodeOfSpec20Book',
16-
#tag : 'Chapter15'
16+
#tag : 'Chapter16'
1717
}
1818

1919
{ #category : 'instance creation' }

0 commit comments

Comments
 (0)