@@ -231,7 +231,7 @@ extension Flag where Value == Bool {
231231 /// Creates a Boolean property with default value provided by standard Swift default value syntax that reads its value from the presence of a flag.
232232 ///
233233 /// - Parameters:
234- /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during propery wrapper initialization.
234+ /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during property wrapper initialization.
235235 /// - name: A specification for what names are allowed for this flag.
236236 /// - help: Information about how to use this flag.
237237 public init (
@@ -273,7 +273,7 @@ extension Flag where Value == Bool {
273273 ///
274274 /// - Parameters:
275275 /// - name: A specification for what names are allowed for this flag.
276- /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during propery wrapper initialization.
276+ /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during property wrapper initialization.
277277 /// - inversion: The method for converting this flag's name into an on/off pair.
278278 /// - exclusivity: The behavior to use when an on/off pair of flags is specified.
279279 /// - help: Information about how to use this flag.
@@ -305,7 +305,7 @@ extension Flag where Value == Bool {
305305 ///
306306 /// - Parameters:
307307 /// - name: A specification for what names are allowed for this flag.
308- /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during propery wrapper initialization.
308+ /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during property wrapper initialization.
309309 /// - inversion: The method for converting this flag's name into an on/off pair.
310310 /// - exclusivity: The behavior to use when an on/off pair of flags is specified.
311311 /// - help: Information about how to use this flag.
@@ -393,7 +393,7 @@ extension Flag where Value: EnumerableFlag {
393393 /// ```
394394 ///
395395 /// - Parameters:
396- /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during propery wrapper initialization.
396+ /// - wrappedValue: A default value to use for this property, provided implicitly by the compiler during property wrapper initialization.
397397 /// - exclusivity: The behavior to use when multiple flags are specified.
398398 /// - help: Information about how to use this flag.
399399 public init (
0 commit comments