Projects

Ticket #498 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

HACKING.rdoc uses "parentheses" when it means "braces"

Reported by: ernest.prabhakar@… Owned by: lsansonetti@…
Priority: trivial Milestone: MacRuby 0.5
Component: MacRuby Keywords:
Cc:

Description

 http://www.macruby.org/trac/browser/MacRuby/trunk/HACKING.rdoc

e.g., "start the opening parenthesis on a new line"

refers to "{" and not "(", and thus should presumably be

"start the opening brace on a new line"

or curly brace, if you prefer; I'm not aware of any other valid English term.

Change History

Changed 2 years ago by ernest.prabhakar@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in r3112

Note: See TracTickets for help on using tickets.