Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Nov 16, 2021
1 parent 2775ea0 commit ec389ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/scoping.tex
Expand Up @@ -317,7 +317,7 @@ \section{Simultaneous Inner/Outer Declarations}\label{simultaneous-inner-outer-d
der(x) = if isEnabled then -x else 0;
end ConditionalIntegrator;

model SubSystem "Subsystem that 'enable' its conditional integrators"
model SubSystem "Subsystem that 'enables' its conditional integrators"
Boolean enableMe = time <= 1;
// Set inner isEnabled to outer isEnabled and enableMe
inner outer Boolean isEnabled = isEnabled and enableMe;
Expand Down

0 comments on commit ec389ff

Please sign in to comment.