From 63a2bfc514e0e4982fdaa64cd1cf63e37cfeaba8 Mon Sep 17 00:00:00 2001 From: Ryan Campbell Date: Tue, 3 Jul 2012 21:31:10 -0600 Subject: [PATCH] Fix awkward wording in "Comments" section --- docs/writing/documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index 62a8165..8d3a8f1 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -70,7 +70,7 @@ misleading for the maintainers, slow down considerably bug hunting or refactoring, and then, when discovered wrong, they will throw suspicion on all other comments in the code, regardless of their individual correctness. -**No need comments for perfect code...** An hypothetical perfectly readable +**There's no need to comment perfect code...** An hypothetical perfectly readable code, with a crystal clear logic stream, expressive variable and function names, orthogonal segmentation passing exactly between the flesh and the bones, and no implicit assumptions of any kind, would not require any comment at all.