Skip to content

Commit 5342f0f

Browse files
authored
Merge pull request #3773 from henrikt-ma/cleanup/connectorsizing-variable
Remove confusion about the connectorSizing "corresponding variable"
2 parents 7ac9d1c + 0b72abd commit 5342f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/annotations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ \subsection{Connector Sizing}\label{connector-sizing}\annotationindex{connectorS
17331733
This section describes the \lstinline!connectorSizing! annotation inside a \lstinline!Dialog! annotation.
17341734
The value of \lstinline!connectorSizing! must be a literal \lstinline!false! or \lstinline!true!.
17351735
If \lstinline!connectorSizing = false!, this annotation has no effect.
1736-
If \lstinline!connectorSizing = true!, the corresponding variable must be declared with the \lstinline!parameter! or \lstinline!constant! prefix, must be a subtype of a scalar \lstinline!Integer! and must have a literal default value of zero.
1736+
A variable with \lstinline!connectorSizing = true! must be declared with the \lstinline!parameter! or \lstinline!constant! prefix, must be a subtype of a scalar \lstinline!Integer! and must have a literal default value of \lstinline!0!.
17371737

17381738
\begin{nonnormative}
17391739
The reason why \lstinline!connectorSizing! must be given a literal value is that if the value is an expression, the \lstinline!connectorSizing! functionality is conditional and this will then lead easily to wrong models.

0 commit comments

Comments
 (0)