Skip to content

Commit cea185f

Browse files
BillWagnerjskeet
andauthored
Update standard/variables.md
Co-authored-by: Jon Skeet <[email protected]>
1 parent 7d3f78d commit cea185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ The *safe_scope* for a value `c` resulting from a `stackalloc` expression is the
10541054
10551055
A `new` expression that invokes a constructor obeys the same rules as a method invocationref-span-safety-method-invocation) that is considered to return the type being constructed.
10561056
1057-
In addition, for a value `c` that is the result of a `new` expression, the *safe_scope* is no wider than the smallest of the *safe-scopes* of all arguments and operands of the object initializer expressions, recursively, if any initializer is present.
1057+
In addition, for a value `c` that is the result of a `new` expression, the *safe_scope* is no wider than the smallest of the *safe_scope*s of all arguments and operands of the object initializer expressions, recursively, if any initializer is present.
10581058
10591059
#### §ref-span-safety-default-expressions Default expressions
10601060

0 commit comments

Comments
 (0)