Skip to content

Commit

Permalink
Closes #2210
Browse files Browse the repository at this point in the history
Removing superflous )
  • Loading branch information
HansOlsson committed May 10, 2019
1 parent 264e231 commit fef45c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/inheritance.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ \subsection{Annotation Choices for Suggested Redeclarations and Modifications}\d
annotation(choices(
choice(redeclare ConstantFriction a(c=1) "..."),
choice(redeclare TableFriction a(table="...") "..."),
choice(redeclare FunctionFriction a(func=exp) "..."))));
choice(redeclare FunctionFriction a(func=exp) "...")));

replaceable package Medium = Modelica.Media.Water.ConstantPropertyLiquidWater
constrainedby Modelica.Media.Interfaces.PartialMedium
Expand Down

0 comments on commit fef45c5

Please sign in to comment.