racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
444 stars 93 forks source link

doc: linkify + fix incorrectly closed bracket + typo #651

Closed sorawee closed 5 months ago

sorawee commented 7 months ago

This is a follow-up of cb6a7e88308d4f1f69b

sorawee commented 7 months ago

@rfindler @greghendershott I am not sure about the last bit (where I changed text% to racket:text%). The code before commit cb6a7e88308d4f1f69b has text% in the contract box, but has racket:text<%> in the margin note. Which one is correct?

rfindler commented 7 months ago

Either racket:text% or racket:text<%> is okay, I think. Maybe the best is to say an object that implements @racket[racket:text<%>].

sorawee commented 7 months ago

Thanks, fixed. Does it look good to you now?

samth commented 5 months ago

Can we merge this?