summary refs log tree commit diff stats
path: root/doc/manual
diff options
context:
space:
mode:
authorMark Summerfield <mark@qtrac.eu>2017-03-14 11:17:39 +0000
committerAndreas Rumpf <rumpf_a@web.de>2017-03-14 12:17:39 +0100
commita330d967b5f2ad8f3dfcac62bc2cc8e9b00cdcba (patch)
tree7b5c0dad243ab7fb301cde15d120b8589f3ba196 /doc/manual
parentf162ff7773c01cc0eb7f193ff3a075b48aad75b2 (diff)
downloadNim-a330d967b5f2ad8f3dfcac62bc2cc8e9b00cdcba.tar.gz
Deleted parenthetical phrase (#5526)
I deleted it because it came across as arrogant. It is also contentious so IMO has no place in a manual.
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/procs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt
index 9b08235c5..5f4c9f2fa 100644
--- a/doc/manual/procs.txt
+++ b/doc/manual/procs.txt
@@ -2,7 +2,7 @@ Procedures
 ==========
 
 What most programming languages call `methods`:idx: or `functions`:idx: are
-called `procedures`:idx: in Nim (which is the correct terminology). A procedure
+called `procedures`:idx: in Nim. A procedure
 declaration consists of an identifier, zero or more formal parameters, a return
 value type and a block of code. Formal parameters are declared as a list of
 identifiers separated by either comma or semicolon. A parameter is given a type