]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix typo in documentation
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 9 Oct 2024 16:00:16 +0000 (18:00 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 9 Oct 2024 16:00:16 +0000 (18:00 +0200)
doc/bird.sgml

index e04f8d0ebcc2003730ea96a09bfa182b6ca88456..6857452d7685f17c01fecc09bac9915c17ddaff4 100644 (file)
@@ -1946,7 +1946,6 @@ and name is used). In both cases, it must have the same type as elements.
 
 <p>The <cf>case</cf> is similar to case from Pascal. Syntax is <cf>case
 <m/expr/ { else: | <m/set_body_expr/ /: <m/statement/ ; [... ] }</cf>.
-
 The expression after <cf>case</cf> can be of any type that could be a member of
 a set, while the <m/set_body_expr/ before <cf/:/ can be anything (constants,
 intervals, expressions) that could be a part of a set literal. One exception is