Skip to content

Commit bf9d4c7

Browse files
committed
Revert "another :"
This reverts commit 3709107.
1 parent a52b663 commit bf9d4c7

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)