Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
435 stars 70 forks source link

Float32PointArray comment #176

Closed hilaire closed 3 years ago

hilaire commented 3 years ago

In paclage Cuis-Smalltalk-Dev/Packages/System/Collections-CompactArrays.pck.st

The comment of Float32PointArray should be:

This class stores points with 32 bit Floating point elements.

{1@2. 3@4} as: Float32PointArray

jvuletich commented 3 years ago

Fixed. Thanks!