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.
This commit is contained in:
Mark Summerfield
2017-03-14 11:17:39 +00:00
committed by Andreas Rumpf
parent f162ff7773
commit a330d967b5

View File

@@ -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