Skip to content

Commit 9cc3231

Browse files
committed
can't use a : in the content.
1 parent 506be04 commit 9cc3231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tutorials/exploration/csharp-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ items:
106106
when inspecting the tuple using reflection at runtime, for example.
107107

108108
In a tuple assignment, you can also specify the names of the fields
109-
on the right-hand side of the assignment:
109+
on the right-hand side of the assignment.
110110

111111
[!code-csharp[ImplicitNamedTuple](~/samples/snippets/csharp/new-in-7/program.cs#06_ImplicitNamedTuple "Implicitly named tuple")]
112112

0 commit comments

Comments
 (0)