Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
tatut committed Jan 21, 2024
1 parent b0295c6 commit f260c48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/LiveWeb-Examples/LWAnalogClock.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ Class {

{ #category : #'as yet unclassified' }
LWAnalogClock class >> exampleThreeOClock [

<lwExample:
'Show a clock at 7 minutes and 20 seconds past 3 o''clock'>
| aLWAnalogClock |
aLWAnalogClock := self new.
^ aLWAnalogClock class new time: (Time hour: 15 minute: 7 second: 20)
^ self new
size: 200;
time: (Time hour: 5 minute: 17 second: 55)
]

{ #category : #'as yet unclassified' }
Expand Down

0 comments on commit f260c48

Please sign in to comment.