diff options
author | Roger Dingledine <arma@torproject.org> | 2019-10-07 00:48:11 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-10-07 00:48:11 -0400 |
commit | aa56465934da31eeab79376a2ab690c5f28b4aa0 (patch) | |
tree | 15176cda6b6446bce2c0d6c91f5722f66e45fd99 | |
parent | e5b8bd38abae3ef03b08499f6b74227f1ccf7d32 (diff) | |
download | tor-0.4.2.2-alpha.tar.gz tor-0.4.2.2-alpha.zip |
fix typo in how-to-review guidelinestor-0.4.2.2-alpha
-rw-r--r-- | doc/HACKING/HowToReview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/HowToReview.md b/doc/HACKING/HowToReview.md index 2d1f3d1c9e..2325e70175 100644 --- a/doc/HACKING/HowToReview.md +++ b/doc/HACKING/HowToReview.md @@ -63,7 +63,7 @@ Let's look at the code! Let's look at the documentation! -------------------------------- -- Does the documentation confirm to CodingStandards.txt? +- Does the documentation conform to CodingStandards.txt? - Does it make sense? |