Skip to content

Commit cb32b32

Browse files
committed
Editorial change: fixing Sphinx role (using C role)
1 parent 8dad684 commit cb32b32

File tree

1 file changed

+1
-1
lines changed
  • content/booklets/adacore-technologies-for-airborne-software/chapters

1 file changed

+1
-1
lines changed

content/booklets/adacore-technologies-for-airborne-software/chapters/analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ to open the aircraft doors:
18051805
end if;
18061806
18071807
Note: the Ada short-circuit form :ada:`and then` is equivalent to the
1808-
C shortcut boolean operator :ada:`&&`: the second operand is evaluated
1808+
C shortcut boolean operator :c:`&&`: the second operand is evaluated
18091809
if and only if the first operand evaluates to :ada:`True`. If the first
18101810
operand evaluates to :ada:`False`, then the expression's value is :ada:`False`.
18111811

0 commit comments

Comments
 (0)