Skip to content

Commit 0bb98eb

Browse files
committed
fix build warnings
1 parent c8293d4 commit 0bb98eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/csharp/language-reference/keywords/snippets/PassParameters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ public static void TestPassByReferenceReassignment()
231231
// After called Reassign: Point3D { X = 13, Y = 29, Z = -42 }
232232
}
233233
}
234-
// </PassByValueReassignment>
234+
// </PassByReferenceReassignment>
235235

docs/csharp/language-reference/operators/assignment-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Assignment operators - assign an expression to a variable"
33
description: "C# Assignment sets the value of the expression. Alternatively, `ref` assignment sets the reference of a reference variable."
4-
ms.date: 11/19/2024
4+
ms.date: 11/21/2024
55
f1_keywords:
66
- "=_CSharpKeyword"
77
helpviewer_keywords:

0 commit comments

Comments
 (0)