Related content
Model contains a connect equation linking component p2 of s1 to component p1 of s2.
model Example
SpringA s1;
SpringB s2;
equation
connect(s1.p2, s2.p1);
end Example;
Next snippet
It should probably say: 'The model for Example ...' or just 'The model ...'.