Skip to content

Commit 275be4f

Browse files
committed
Update package
1 parent db0412a commit 275be4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Sources/SwiftUIX/Intermodular/Helpers/Swift/ReferenceBox.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public protocol _SwiftUIX_AnyIndirectValueBox<Value> {
2727
var wrappedValue: Value { get nonmutating set }
2828
}
2929

30-
// MARK: - Implemented Conformances
30+
// MARK: - Conformees
3131

3232
@propertyWrapper
3333
@_documentation(visibility: internal)

Sources/SwiftUIX/Intramodular/List/_CocoaListDataSourceType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extension _CocoaListDataSourceType where ID == _DefaultCocoaListDataSourceID {
6363
}
6464
}
6565

66-
// MARK: - Implemented Conformances
66+
// MARK: - Conformees
6767

6868
@_documentation(visibility: internal)
6969
public struct _AnyCocoaListDataSource<SectionType, ItemType>: _CocoaListDataSourceType {

Sources/SwiftUIX/Intramodular/Scroll View/Internal/_AppKitOrUIKitHostingScrollViewType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public protocol _AppKitOrUIKitHostingScrollViewType: NSObject {
1212
func scrollTo(_ edge: Edge)
1313
}
1414

15-
// MARK: - Implemented Conformances
15+
// MARK: - Conformees
1616

1717
#if os(iOS) || os(tvOS) || os(visionOS)
1818
extension UIHostingScrollView {

Sources/SwiftUIX/Intramodular/Text/TextViewDataBinding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public enum _TextViewDataBinding {
1212
@_documentation(visibility: internal)
1313
public enum Value {
1414
@_documentation(visibility: internal)
15-
public enum Kind {
15+
public enum Kind {
1616
case cocoaTextStorage
1717
case string
1818
case cocoaAttributedString

0 commit comments

Comments
 (0)