diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-21 13:24:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-21 13:24:15 -0800 |
commit | 2740e360d062c342e93f39ddbb2c4af089608c6d (patch) | |
tree | 91581aea2d6476f4b25227e564e3b3879f303a12 | |
parent | df500700f5a0975e0bfa53552fcb071e9686cb2b (diff) | |
parent | 7b474bb8087fb6671aba5745398e0ea37ef74cba (diff) |
Merge pull request #383 from renzok/patch-1
consistent usage of we instaed of I
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ possible, as their authors intended. And we have tried to make the rules for different elements work together harmoniously. In places where different decisions could have been made (for example, the rules governing list indentation), we have explained the rationale for -my choices. In a few cases, we have departed slightly from the canonical +our choices. In a few cases, we have departed slightly from the canonical syntax description, in ways that we think further the goals of Markdown as stated in that description. |