style.lua(9): Drop notes about semicolons

It is generally agreed upon that they are ugly and should not be used except
where needed.
This commit is contained in:
Kyle Evans 2018-02-21 01:37:22 +00:00
parent 9f71d421c8
commit b67fcf0b57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329686

View File

@ -69,10 +69,6 @@ Indentation and wrapping should match the guidelines provided by
Do note that it is ok to wrap much earlier than 80 columns if readability would
otherwise suffer.
.Pp
Statements should be terminated with a semicolon.
.Ic end
should not be terminated with a semicolon.
.Pp
Where possible,
.Fn s:method ...
is preferred to