1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Fix a typo.

This commit is contained in:
Laurent MONIN 2007-04-12 14:47:15 +02:00 committed by Witold Filipczyk
parent dcd88ab724
commit 31a474576b

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