Hi Raf,
> Several small fixes: http -> https, puncturation, grammar.
>
> @@ -43,7 +43,7 @@ Blocks
> * All variable declarations at top of block
> * `{` on same line preceded by single space (except functions)
> * `}` on own line unless continuing statement (`if else`, `do while`, ...)
> -* Use block for single statements iff
> +* Use block for single statement ifs
> * Inner statement needs a block
>
> for (;;) {
This doesn't say “Use block for single if statements”, but
“Use block for single statements if and only if (iff)”.