File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,11 @@ struct DiffableTextFieldXPhone: View {
186186}
187187```
188188
189- ## WrapperTextStyle(s) ([ Source] ( Sources/DiffableTextKit/ ) , [ Tests] ( Tests/DiffableTextKitTests ) )
189+ ## WrapperTextStyle(s) ([ Source] ( Sources/DiffableTextKit/Styles ) , [ Tests] ( Tests/DiffableTextKitTests/Styles ) )
190190
191191Decorative styles that modify the behavior of their content.
192192
193193| Style | Description | Method |
194194| -------| -------------| --------|
195- | [ Constant] ( Sources/DiffableTextStylesXWrapper /Constant.swift ) | Prevents style transformations | constant() |
196- | [ Equals] ( Sources/DiffableTextStylesXWrapper /Equals.swift ) | Binds the style's equality to a proxy value | equals(\_ :) |
195+ | [ Constant] ( Sources/DiffableTextKit/Styles /Constant.swift ) | Prevents style transformations | constant() |
196+ | [ Equals] ( Sources/DiffableTextKit/Styles /Equals.swift ) | Binds the style's equality to a proxy value | equals(\_ :) |
You can’t perform that action at this time.
0 commit comments