# HG changeset patch # User Olivier Delalleau # Date 1286979588 14400 # Node ID 4efa2630f430098b37febaf69e5364d97f86ccc3 # Parent 075a0f1c1ffcf6459b9574704bad723899aae39d Minor grammar improvements diff -r 075a0f1c1ffc -r 4efa2630f430 doc/v2_planning/API_coding_style.txt --- 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?