From 571a7c3810fa26920d59fc2c0d03ec136a8aca4a Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Thu, 27 May 2021 14:33:35 +0200 Subject: [PATCH] Syntax highlighting. --- chapters/interface.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/interface.tex b/chapters/interface.tex index e1d3f60ef..3de052bb8 100644 --- a/chapters/interface.tex +++ b/chapters/interface.tex @@ -585,7 +585,7 @@ \section{Function-Compatibility or Function-Subtyping for Functions}\label{funct inside \lstinline!PlanetSimulation! is function-compatible with \lstinline!GravityInterface!. -The constant failed in \lstinline!planet1!, will violate variability constraints, whereas it will work in \lstinline!planet2!. +The constant \lstinline!failed! in \lstinline!planet1!, will violate variability constraints, whereas it will work in \lstinline!planet2!. The call \lstinline!gravity(frame_a.r0)! will work in both of them. \end{example}