Skip to content

Commit 3709107

Browse files
committed
another :
1 parent 9cc3231 commit 3709107

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
@@ -111,7 +111,7 @@ when inspecting the tuple using reflection at runtime, for example.
111111
[!code-csharp[ImplicitNamedTuple](~/samples/snippets/csharp/new-in-7/program.cs#06_ImplicitNamedTuple "Implicitly named tuple")]
112112

113113
You can specify names for the fields on both the
114-
left and right-hand side of the assignment:
114+
left and right-hand side of the assignment.
115115

116116
[!code-csharp[NamedTupleConflict](~/samples/snippets/csharp/new-in-7/program.cs#07_NamedTupleConflict "Named tuple conflict")]
117117

0 commit comments

Comments
 (0)