Skip to content

Commit

Permalink
Merge pull request pharo-spec#793 from hernanmd/iss_transmissionBlock…
Browse files Browse the repository at this point in the history
…_update

Update transmissionBlock: -> transmits:
  • Loading branch information
MarcusDenker authored Jul 6, 2024
2 parents 8aabd22 + ccb53ed commit fd85bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ StInspectorTransmissionNode class >> hostObject: anObject transmissionBlock: aFu

^ self new
hostObject: anObject;
transmissionBlock: aFullBlockClosure;
transmits: aFullBlockClosure;
yourself
]

Expand Down

0 comments on commit fd85bfd

Please sign in to comment.