Skip to content

Commit cab7be2

Browse files
committed
Fix typo in doc comment
feature/add-positional-and-option-set
1 parent 0749954 commit cab7be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ArgumentEncoding/Option.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import Foundation
2727
/// @Option var name: String = "value"
2828
/// }
2929
///
30-
/// OptionContainer().arguments() == ["--name", "value"]
30+
/// Container().arguments() == ["--name", "value"]
3131
/// ```
3232
@propertyWrapper
3333
public struct Option<Value>: OptionProtocol {

0 commit comments

Comments
 (0)