diff options
Diffstat (limited to 'docs/CodingStandards.rst')
-rw-r--r-- | docs/CodingStandards.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index 6377763d8d..74289a8a44 100644 --- a/docs/CodingStandards.rst +++ b/docs/CodingStandards.rst @@ -1302,7 +1302,7 @@ namespace just because it was declared there. See Also ======== -A lot of these comments and recommendations have been culled for other sources. +A lot of these comments and recommendations have been culled from other sources. Two particularly important books for our work are: #. `Effective C++ |