fix: readme typo

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-19 11:25:01 +01:00
parent 84c63a39b7
commit 4d6b58d5b6
+1 -1
View File
@@ -89,7 +89,7 @@ Below are some examples of formats that are supported by default:
// FIXME Nobody knows why this is here
```
Note the trailing comments are not supported, the following TODO would not be listed:
Note that trailing comments are not supported, the following TODO would not be listed:
```ts
function reverse(str: string) {