You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: