Skip to content

Commit

Permalink
squash, whereever TC>>apply: was
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Nov 16, 2024
1 parent 130010f commit af2ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Refinements/TC.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TC >> apply: ts [
monoSymbol :=
'(',
symbol,
(ts inject: '' into: [ :soFar :thisArgType | ' ', thisArgType printString ]),
(ts inject: '' into: [ :soFar :thisArgType | ' ', thisArgType unsafeName ]),
')'.
^TC symbol: monoSymbol
]
Expand Down

0 comments on commit af2ac66

Please sign in to comment.