Skip to content

Commit fc29c83

Browse files
authored
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>
1 parent 32a45ea commit fc29c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To insert the comments into the appropriate areas, strings get converted to chun
4646
before being written to the buffer. A chunk is any string that cannot be split by
4747
whitespace. A chunk also carries with it the surrounding comment information. Thereby
4848
when writing the chunk the comments can be added before and after the chunk as well
49-
as any any whitespace surrounding.
49+
as any surrounding whitespace.
5050

5151
To construct a chunk, the string and the location of the string is given to the
5252
Formatter and the pre-parsed comments before the start and end of the string are

0 commit comments

Comments
 (0)