Closed DeadDork closed 2 years ago
[Racket 8.3]
In the Beginning Student Language grammar documentation, specifically in the Define sub-section, there is a preposition in the
(define name (lambda (variable variable ...) expression))
sub-sub-section, that appears awkward to my eye:
"An alternate way on defining functions".
I prefer:
"An alternate way to defining functions".
(Ways have destinations, after all.)
@mfelleisen should this be transferred to https://github.com/racket/htdp ?
[Racket 8.3]
In the Beginning Student Language grammar documentation, specifically in the Define sub-section, there is a preposition in the
sub-sub-section, that appears awkward to my eye:
"An alternate way on defining functions".
I prefer:
"An alternate way to defining functions".
(Ways have destinations, after all.)