Skip to content

Commit 1f05830

Browse files
committed
Fix typos
1 parent 4fa8573 commit 1f05830

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ let text = r#"
106106
b. Sub point b
107107
2. Point 2
108108
a. Sub point a
109-
b. Sub piont b
110-
1b. Sub piont 1b
109+
b. Sub point b
110+
1b. Sub point 1b
111111
"#;
112112

113113
// Expected output after applying auto indentation
@@ -119,8 +119,8 @@ String Auto Indent
119119
b. Sub point b
120120
2. Point 2
121121
a. Sub point a
122-
b. Sub piont b
123-
1b. Sub piont 1b
122+
b. Sub point b
123+
1b. Sub point 1b
124124
"#;
125125

126126
// Verify that `auto_indent` correctly normalizes indentation

0 commit comments

Comments
 (0)