Skip to content

Commit 45c6592

Browse files
committed
fix typo
1 parent 0d80729 commit 45c6592

File tree

1 file changed

+1
-1
lines changed
  • Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands

1 file changed

+1
-1
lines changed

Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ extension Docc {
567567
/// A user-provided value that is true if the user enables experimental support for code block annotation.
568568
///
569569
/// Defaults to false.
570-
public var enableExperimentalCodeBlocAnnotations: Bool {
570+
public var enableExperimentalCodeBlockAnnotations: Bool {
571571
get { featureFlags.enableExperimentalCodeBlockAnnotations }
572572
set { featureFlags.enableExperimentalCodeBlockAnnotations = newValue}
573573
}

0 commit comments

Comments
 (0)