We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dad684 commit cb32b32Copy full SHA for cb32b32
content/booklets/adacore-technologies-for-airborne-software/chapters/analysis.rst
@@ -1805,7 +1805,7 @@ to open the aircraft doors:
1805
end if;
1806
1807
Note: the Ada short-circuit form :ada:`and then` is equivalent to the
1808
-C shortcut boolean operator :ada:`&&`: the second operand is evaluated
+C shortcut boolean operator :c:`&&`: the second operand is evaluated
1809
if and only if the first operand evaluates to :ada:`True`. If the first
1810
operand evaluates to :ada:`False`, then the expression's value is :ada:`False`.
1811
0 commit comments