Skip to content

Commit e1b09e2

Browse files
authored
Update README.md
1 parent 55263d3 commit e1b09e2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,10 @@ struct ContentView: View {
189189

190190
Decorative styles that modify the behavior of their content.
191191

192-
| Style | Description |
193-
|:------|:------------|
194-
| [prefix(_:)](Sources/DiffableTextKit/Styles/Prefix.swift) | Adds a prefix to the style |
195-
| [suffix(_:)](Sources/DiffableTextKit/Styles/Suffix.swift) | Adds a suffix to the style |
196-
197192
| Style | Description |
198193
|:------|:------------|
199194
| [constant()](Sources/DiffableTextKit/Styles/Constant.swift) | Prevents style transformations |
200195
| [equals(\_:)](Sources/DiffableTextKit/Styles/Equals.swift) | Binds the style's equality to a proxy |
201196
| [standalone()](Sources/DiffableTextKit/Styles/Standalone.swift) | Grants ownership of the style's cache |
197+
| [prefix(_:)](Sources/DiffableTextKit/Styles/Prefix.swift) | Adds a prefix to the style |
198+
| [suffix(_:)](Sources/DiffableTextKit/Styles/Suffix.swift) | Adds a suffix to the style |

0 commit comments

Comments
 (0)