Skip to content

Commit c010368

Browse files
committed
Remove extraneous back ticks in DocC in Flag.swift.
Signed-off-by: Ross Goldberg <[email protected]>
1 parent e905148 commit c010368

File tree

1 file changed

+2
-2
lines changed
  • Sources/ArgumentParser/Parsable Properties

1 file changed

+2
-2
lines changed

Sources/ArgumentParser/Parsable Properties/Flag.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ extension Flag where Value == Bool {
316316
/// ```swift
317317
/// @Flag(inversion: .prefixedNo)
318318
/// var useHTTPS: Bool = true
319-
/// ````
319+
/// ```
320320
///
321321
/// - Parameters:
322322
/// - wrappedValue: A default value to use for this property, provided
@@ -349,7 +349,7 @@ extension Flag where Value == Bool {
349349
/// ```swift
350350
/// @Flag(inversion: .prefixedNo)
351351
/// var useHTTPS: Bool
352-
/// ````
352+
/// ```
353353
///
354354
/// - Parameters:
355355
/// - name: A specification for what names are allowed for this flag.

0 commit comments

Comments
 (0)