[squeak-dev] The Inbox: Collections-ct.876.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 16 14:38:24 UTC 2020


A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/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.!



More information about the Squeak-dev mailing list