Skip to content

Commit 5e4dad9

Browse files
committed
Updated code sample
1 parent cf878a0 commit 5e4dad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Basic code to make it work:
1919
let layoutManager = NSLayoutManager()
2020
textStorage.addLayoutManager(layoutManager)
2121

22-
2322
If you need to sync your model with ParagraphTextStorage content, set the paragraphDelegate to adopt the ParagraphTextStorageDelegate protocol. It's just one method:
2423

2524
func textStorage(_ textStorage: ParagraphTextStorage, didChangeParagraphs changes: [ParagraphTextStorage.ParagraphChange]) {

0 commit comments

Comments
 (0)