From a330d967b5f2ad8f3dfcac62bc2cc8e9b00cdcba Mon Sep 17 00:00:00 2001 From: Mark Summerfield Date: Tue, 14 Mar 2017 11:17:39 +0000 Subject: [PATCH] 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. --- doc/manual/procs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt index 9b08235c5a..5f4c9f2fa1 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