SquareBracketAssociates / Booklet-uFFI

about the new Unified FFI frameworks
14 stars 9 forks source link

Typo P48 of the pdf #17

Open linkerstorm opened 4 years ago

linkerstorm commented 4 years ago

Page 48 of the pdf file.

Certainly a typo : for the class FloatOrIntUnion, after sending the message rebuildFieldAccessors, the automatically generated code is ... classVariableNames: 'OFFSET_DENOMINATOR OFFSET_NUMERATOR' ... but it should be something like ... classVariableNames: 'OFFSET_AS_FLOAT OFFSET_AS_INT' ...