-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
- subsec. 15.3, p. 138: parentheses - fugitives. In the definition of LNPrinter >> accept: aPacket is written "ifTrue: [ 'Node ' , aPacket originatorName , ' sent to printer: ', aPacket contents traceCr ]" should be "ifTrue: [ ( 'Node ' , aPacket originatorName , ' sent to printer: ', aPacket contents ) traceCr ]"
- subsubsec. Avoiding some conditions said "is based on conditions in different places: the method accept: or the method send:". But method accept: does not contain conditions. Should be "is based on conditions in different places: the method printOn: or the method send:"
Metadata
Metadata
Assignees
Labels
No labels