Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ct.876.mcz==================== Summary ====================
Name: Collections-ct.876
Author: ct
Time: 16 February 2020, 3:38:21.566 pm
UUID: 83e0e8f6-a3b2-f540-a88e-6d833e2146fd
Ancestors: Collections-topa.873
Fixes a typo in #withFirstCharacterDownshifted
=============== Diff against Collections-topa.873 ===============
Item was changed:
----- Method: Symbol>>withFirstCharacterDownshifted (in category 'converting') -----
withFirstCharacterDownshifted
+ "Answer an object like the receiver but with first character downshifted if necessary"
- "Answer an object like the receiver but with first character downshifted if necesary"
+ ^self asString withFirstCharacterDownshifted asSymbol!
- ^self asString withFirstCharacterDownshifted asSymbol.!