Skip to content

Commit a080b0f

Browse files
committed
Improve ParsableArguments#_errorLabel DocC.
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
1 parent da2d463 commit a080b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ArgumentParser/Parsable Types/ParsableArguments.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public protocol ParsableArguments: Decodable, _SendableMetatype {
2626

2727
/// The label to use for "Error: ..." messages from this type (experimental).
2828
///
29-
/// Can be ignored if `_errorPrefix`'s is changed.
29+
/// `_errorLabel` will be ignored if `_errorPrefix` is changed to ignore `_errorLabel`.
3030
@available(*, deprecated, message: "Use _errorPrefix instead.")
3131
static var _errorLabel: String { get }
3232

0 commit comments

Comments
 (0)