From cf5fd8d696450a48d3cc75a7a1792d34b5303f88 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Thu, 20 Nov 2025 15:06:09 -0800
Subject: [PATCH] Fix XML documentation for POSIX bundling property
Updated XML documentation to clarify value parameter.
---
src/System.CommandLine/ParserConfiguration.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/System.CommandLine/ParserConfiguration.cs b/src/System.CommandLine/ParserConfiguration.cs
index f1f221236a..447a4ed5cb 100644
--- a/src/System.CommandLine/ParserConfiguration.cs
+++ b/src/System.CommandLine/ParserConfiguration.cs
@@ -13,7 +13,7 @@ public class ParserConfiguration
///
/// Gets or sets a value that indicates whether the parser recognizes and expands POSIX-style bundled options.
///
- /// to parse POSIX bundles; otherwise, .
+ /// to parse POSIX bundles; otherwise, .
///
/// POSIX conventions recommend that single-character options be allowed to be specified together after a single - prefix. When is set to , the following command lines are equivalent:
///