0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

Fix a typo.

This commit is contained in:
Laurent MONIN
2007-04-12 14:47:15 +02:00
committed by Laurent MONIN
parent 753e2c405c
commit b6b956ac8f

View File

@@ -432,8 +432,8 @@ foreach(a, b) if (a == c) ... else ...
If you have a chain of if () { .. } else if () { .. } else { .. } with longer
statements, you can insert a blank line before each else line.
Label names should start on the first column and with have a blank line before
it.
Label names should start on the first column and a blank line should be
inserted before it.
.Use:
-------------------------------------------------------------------------------