Skip to content

Commit 4608cc0

Browse files
committed
Fix typos in explanation of State Declaration.
1 parent ea0b763 commit 4608cc0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/writing-reactors/parameters-and-state-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A reactor declares a state variable as follows:
104104
</ShowIf>
105105
</ShowIfs>
106106

107-
The type can any of the same forms as for a parameter.
107+
The type can be any of the same forms as for a parameter.
108108

109109
The `<value>` is an initial value and, like parameter values, can be given as an [expression](../reference/expressions.mdx) or target language code with delimiters `{= ... =}`. The initial value can also be given as a parameter name. The value can be accessed and modified in a target-language-dependent way as illustrated by the following example:
110110

versioned_docs/version-0.5.0/writing-reactors/parameters-and-state-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A reactor declares a state variable as follows:
104104
</ShowIf>
105105
</ShowIfs>
106106

107-
The type can any of the same forms as for a parameter.
107+
The type can be any of the same forms as for a parameter.
108108

109109
The `<value>` is an initial value and, like parameter values, can be given as an [expression](../reference/expressions.mdx) or target language code with delimiters `{= ... =}`. The initial value can also be given as a parameter name. The value can be accessed and modified in a target-language-dependent way as illustrated by the following example:
110110

versioned_docs/version-0.6.0/writing-reactors/parameters-and-state-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A reactor declares a state variable as follows:
104104
</ShowIf>
105105
</ShowIfs>
106106

107-
The type can any of the same forms as for a parameter.
107+
The type can be any of the same forms as for a parameter.
108108

109109
The `<value>` is an initial value and, like parameter values, can be given as an [expression](../reference/expressions.mdx) or target language code with delimiters `{= ... =}`. The initial value can also be given as a parameter name. The value can be accessed and modified in a target-language-dependent way as illustrated by the following example:
110110

versioned_docs/version-0.7.0/writing-reactors/parameters-and-state-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A reactor declares a state variable as follows:
104104
</ShowIf>
105105
</ShowIfs>
106106

107-
The type can any of the same forms as for a parameter.
107+
The type can be any of the same forms as for a parameter.
108108

109109
The `<value>` is an initial value and, like parameter values, can be given as an [expression](../reference/expressions.mdx) or target language code with delimiters `{= ... =}`. The initial value can also be given as a parameter name. The value can be accessed and modified in a target-language-dependent way as illustrated by the following example:
110110

versioned_docs/version-0.8.0/writing-reactors/parameters-and-state-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ A reactor declares a state variable as follows:
104104
</ShowIf>
105105
</ShowIfs>
106106

107-
The type can any of the same forms as for a parameter.
107+
The type can be any of the same forms as for a parameter.
108108

109109
The `<value>` is an initial value and, like parameter values, can be given as an [expression](../reference/expressions.mdx) or target language code with delimiters `{= ... =}`. The initial value can also be given as a parameter name. The value can be accessed and modified in a target-language-dependent way as illustrated by the following example:
110110

0 commit comments

Comments
 (0)