racket / htdp

Other
92 stars 70 forks source link

"way to" not "way on" #173

Closed DeadDork closed 2 years ago

DeadDork commented 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.)

sorawee commented 2 years ago

@mfelleisen should this be transferred to https://github.com/racket/htdp ?