racket / ChezScheme

Chez Scheme
Apache License 2.0
110 stars 8 forks source link

fix typos and return value descriptions in csug #54

Closed burgerrg closed 1 year ago

burgerrg commented 1 year ago

I reviewed the differences in the csug between Chez Scheme's main branch and racket's master branch and found a few typos and incorrect return value descriptions.

Should set-wrapper-procedure! be set-wrapper-procedure-procedure! for consistency with the getter, wrapper-procedure-procedure? I know the name is long. Maybe wrapper-procedure-proc and set-wrapper-procedure-proc!?

mflatt commented 1 year ago

Thanks for the corrections!

I think you're probably right about set-wrapper-procedure-procedure!. Although I can't remember for certain, I think it must have seemed too strange a name to me at the time, but consistency seems better than an arbitrary contraction.