Skip to content

Commit d48d407

Browse files
BillWagnerCopilot
andauthored
Update docs/csharp/language-reference/tokens/discard.md
Co-authored-by: Copilot <[email protected]>
1 parent e499e84 commit d48d407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/tokens/discard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 12/17/2024
55
---
66
# Discard - A `_` acts as a placeholder for a variable
77

8-
The `_` character services as a *discard*, which is a placeholder for an unused variable.
8+
The `_` character serves as a *discard*, which is a placeholder for an unused variable.
99

1010
There are two uses for the *discard* token:
1111

0 commit comments

Comments
 (0)