Browse Source

confusing paragraph (#1681)

#### Problem

The paragraph was a bit confusing when I read it, so I changed `as any
any whitespace surrounding` to `as any surrounding whitespace`.

#### Summary of Changes

```
-as any any whitespace surrounding.
+as any surrounding whitespace.
```

Signed-off-by: SiennaXprog <siennascript@gmail.com>
SiennaXprog 9 months ago
parent
commit
fc29c8300c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fmt/README.md

+ 1 - 1
fmt/README.md

@@ -46,7 +46,7 @@ To insert the comments into the appropriate areas, strings get converted to chun
 before being written to the buffer. A chunk is any string that cannot be split by
 before being written to the buffer. A chunk is any string that cannot be split by
 whitespace. A chunk also carries with it the surrounding comment information. Thereby
 whitespace. A chunk also carries with it the surrounding comment information. Thereby
 when writing the chunk the comments can be added before and after the chunk as well
 when writing the chunk the comments can be added before and after the chunk as well
-as any any whitespace surrounding.
+as any surrounding whitespace.
 
 
 To construct a chunk, the string and the location of the string is given to the
 To construct a chunk, the string and the location of the string is given to the
 Formatter and the pre-parsed comments before the start and end of the string are
 Formatter and the pre-parsed comments before the start and end of the string are