Loading src/10-declaring-variables.md +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ The _type expression_ may be omitted if the variable has an _initial value assignment_ with a type that can be [inferred statically](inference rules) and unambiguously. The inferred type of the variable shall be the equal to type of the _initial value expression_. The inferred type of the variable shall be the [equal](type equality) to type of the _initial value expression_. The array notion shall not be used when the _type expression_ is omitted. Loading Loading
src/10-declaring-variables.md +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ The _type expression_ may be omitted if the variable has an _initial value assignment_ with a type that can be [inferred statically](inference rules) and unambiguously. The inferred type of the variable shall be the equal to type of the _initial value expression_. The inferred type of the variable shall be the [equal](type equality) to type of the _initial value expression_. The array notion shall not be used when the _type expression_ is omitted. Loading