You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftDocC/Semantics/Metadata/AlternateRepresentation.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
This source file is part of the Swift.org open source project
3
3
4
-
Copyright (c) 2024 Apple Inc. and the Swift project authors
4
+
Copyright (c) 2024-2025 Apple Inc. and the Swift project authors
5
5
Licensed under Apache License v2.0 with Runtime Library Exception
6
6
7
7
See https://swift.org/LICENSE.txt for license information
@@ -18,7 +18,7 @@ public import Markdown
18
18
///
19
19
/// Whenever possible, prefer to define alternative language representations for a symbol by using in-source annotations
20
20
/// such as the `@objc` and `@_objcImplementation` attributes in Swift,
21
-
/// or the `NS_SWIFT_NAME` macro in ObjectiveC.
21
+
/// or the `NS_SWIFT_NAME` macro in Objective-C.
22
22
///
23
23
/// If your source language doesn’t have a mechanism for specifying alternate representations or if your intended alternate representation isn't compatible with those attributes,
24
24
/// you can use the `@AlternateRepresentation` directive to specify another symbol that should be considered an alternate representation of the documented symbol.
0 commit comments