diff --git a/Sources/SwiftDocC/Semantics/Metadata/AlternateRepresentation.swift b/Sources/SwiftDocC/Semantics/Metadata/AlternateRepresentation.swift index 38e12e8a9..9fcbc843e 100644 --- a/Sources/SwiftDocC/Semantics/Metadata/AlternateRepresentation.swift +++ b/Sources/SwiftDocC/Semantics/Metadata/AlternateRepresentation.swift @@ -12,7 +12,7 @@ import Foundation import Markdown -/// A directive that configures an alternate language representations of a symbol. +/// A directive that configures an alternate language representation of a symbol. /// /// An API that can be called from more than one source language has more than one language representation. /// diff --git a/Sources/docc/DocCDocumentation.docc/DocC.symbols.json b/Sources/docc/DocCDocumentation.docc/DocC.symbols.json index 7ae310255..1d87e25a6 100644 --- a/Sources/docc/DocCDocumentation.docc/DocC.symbols.json +++ b/Sources/docc/DocCDocumentation.docc/DocC.symbols.json @@ -75,7 +75,7 @@ "docComment" : { "lines" : [ { - "text" : "A directive that configures an alternate language representations of a symbol." + "text" : "A directive that configures an alternate language representation of a symbol." }, { "text" : "" diff --git a/Sources/docc/DocCDocumentation.docc/Reference Syntax/API Reference Syntax/Metadata.md b/Sources/docc/DocCDocumentation.docc/Reference Syntax/API Reference Syntax/Metadata.md index 02ba29c88..65aedb876 100644 --- a/Sources/docc/DocCDocumentation.docc/Reference Syntax/API Reference Syntax/Metadata.md +++ b/Sources/docc/DocCDocumentation.docc/Reference Syntax/API Reference Syntax/Metadata.md @@ -89,6 +89,7 @@ comment. ### Customizing the Languages of an Article - ``SupportedLanguage`` +- ``AlternateRepresentation`` ### Customizing the Availability Information of a Page