Mercurial > pylearn
changeset 1325:4efa2630f430
Minor grammar improvements
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Wed, 13 Oct 2010 10:19:48 -0400 |
parents | 075a0f1c1ffc |
children | 1b97fae7ea0d |
files | doc/v2_planning/API_coding_style.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/v2_planning/API_coding_style.txt Tue Oct 12 13:37:55 2010 -0400 +++ b/doc/v2_planning/API_coding_style.txt Wed Oct 13 10:19:48 2010 -0400 @@ -687,9 +687,9 @@ * Bad: "Fixes Unicode bug in RSS API." * Bad: "Fixing Unicode bug in RSS API." * Separate bug fixes from feature changes. - * If fix a ticket, make the message start with "Fixed #abc" + * When fixing a ticket, start the message with "Fixed #abc" * Can make a system to change the ticket? - * If reference a ticket, make the message start with "Refs #abc" + * When referencing a ticket, start the message with "Refs #abc" * Can make a system to put a comment to the ticket?