Skip to content

Commit 905b0b0

Browse files
committed
Cleanup...
1 parent c06b826 commit 905b0b0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Sources/DiffableTextKitXUIKit/Environment+Font.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension EnvironmentValues {
3939

4040
public extension View {
4141

42-
/// Sets the default font for text in diffable text views.
42+
/// Sets the font for diffable text views.
4343
///
4444
/// It is similar to `View/font(_:)` but uses a SwiftUI-esque system font type.
4545
///
@@ -49,9 +49,9 @@ public extension View {
4949
/// ```
5050
///
5151
/// Monospaced fonts are recommended because they make as-you-type formatting
52-
/// more visually predictable. Sometimes it does not matter much, however. As-you-type
53-
/// formatting with trailing text alignment works fine with just about any font,
54-
/// because then the caret and/or selection does not jump around as much.
52+
/// more visually predictable. Sometimes it does not matter much, however. As-
53+
/// you-type formatting with trailing text alignment works fine with any font,
54+
/// because the caret and/or selection does not jump around as much.
5555
///
5656
/// **Notes**
5757
///

Sources/DiffableTextKitXUIKit/Environment+TextContentType.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ extension EnvironmentValues {
3939

4040
public extension View {
4141

42-
/// Sets the text content type for this view, which the system uses to offer
43-
/// suggestions while the user enters text on an iOS or tvOS device.
42+
/// Sets the text content type for diffable text views, which the system uses
43+
/// to offer suggestions while the user enters text on an iOS or tvOS device.
4444
///
4545
/// It is similar to `View/textContentType(_:)`.
4646
///

Sources/DiffableTextKitXUIKit/Environment+TextFieldStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension EnvironmentValues {
3939

4040
public extension View {
4141

42-
/// Sets the style for diffable text fields within this view.
42+
/// Sets the text field style for diffable text views.
4343
///
4444
/// It is similar to View/textFieldStyle, but based on UIKit.
4545
///

Sources/DiffableTextKitXUIKit/Environment+TextInputAutocapitalization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension EnvironmentValues {
3939

4040
public extension View {
4141

42-
/// Sets how often the shift key automatically enabled in diffable text views.
42+
/// Sets how often the shift key is automatically enabled in diffable text views.
4343
///
4444
/// It is similar to `View/textInputAutocapitalization(_:)`.
4545
///

Sources/DiffableTextKitXUIKit/Environment+Tint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension EnvironmentValues {
3939

4040
public extension View {
4141

42-
/// Sets the tint color within diffable text views.
42+
/// Sets the tint color for diffable text views.
4343
///
4444
/// It is similar to `View/tint(_:)` and affects text selection.
4545
///

0 commit comments

Comments
 (0)