tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit aa56465934da31eeab79376a2ab690c5f28b4aa0
parent e5b8bd38abae3ef03b08499f6b74227f1ccf7d32
Author: Roger Dingledine <arma@torproject.org>
Date:   Mon,  7 Oct 2019 00:48:11 -0400

fix typo in how-to-review guidelines

Diffstat:
Mdoc/HACKING/HowToReview.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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?