Skip to content

Commit efa05af

Browse files
authored
Update readme.md
1 parent babe450 commit efa05af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# solidity-ls [![npm-badge]][npm]
55

6-
**This language server currently has no tolerance.**
7-
Means that some completions will only work if sources are no syntax error.
6+
**This language server has no tolerance.**
7+
Means that some features will only work if sources are no syntax error.
88

99
For example:
1010

@@ -13,7 +13,7 @@ For example:
1313
msg.
1414
^
1515
16-
// should work fine
16+
// should work
1717
msg.;
1818
^
1919
```

0 commit comments

Comments
 (0)