Skip to content

Commit 72ed9b3

Browse files
committed
Fixed spelling
1 parent 609970d commit 72ed9b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
### Fixed
4141

4242
- Variable declarations in For loops was ignored (issue #50)
43-
- Invalid document links was created on include statements that failed to resove
43+
- Invalid document links was created on include statements that failed to resolve
4444

4545
## [1.6.0] - 2024-07-31
4646

@@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6666

6767
### Fixed
6868

69-
- Variable declaration lookup would think the variable was witin a function scope of a included script, if it was within the same number of lines as the function declaration (issue #43)
69+
- Variable declaration lookup would think the variable was within a function scope of a included script, if it was within the same number of lines as the function declaration (issue #43)
7070
- Error message when hovering on a function declaration with no previous sibling elements.
7171

7272
## [1.4.0] - 2024-02-28
@@ -103,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103103
### Fixed
104104

105105
- Syntax highlight for hexadecimal numbers not working when using uppercase X. (issue #40)
106-
- Syntax highlight for double, integer, hex and scientific notation litterals, most notably, in regards to leading posetive or negative value indicator.
106+
- Syntax highlight for double, integer, hex and scientific notation literals, most notably, in regards to leading positive or negative value indicator.
107107
- Missing link to Appendix of possible values in hover text for relevant macros: @KBLayout, @MUILang and @OSLang
108108

109109
### Changed
@@ -132,7 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132132

133133
### Fixed
134134

135-
- Fixed issue with suggestion from includes would stop working seemlingly randomly (issue #22)
135+
- Fixed issue with suggestion from includes would stop working seemingly randomly (issue #22)
136136
- Fixed issue where include statements would fail on new files not existing on disk with: Request textDocument/documentLink failed. (issue #8)
137137

138138
## [1.2.1] - 2023-02-11
@@ -144,8 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144144
### Fixed
145145

146146
- Fixed issue with resolving IncludeStatement document links for Standard library files (issue #19)
147-
- Fixed include statement document link position broken if immidialy followed by a single line comment (issue #16)
148-
- Fixed issue where all builtin suggestions types were marked as functions
147+
- Fixed include statement document link position broken if immediately followed by a single line comment (issue #16)
148+
- Fixed issue where all built-in suggestions types were marked as functions
149149
- Fixed issue with keywords not included in completion suggestions (issue #20)
150150
- Fixed issue function and variables suggestions from included files not shown (issue #18)
151151

@@ -170,7 +170,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170170
### Fixed
171171

172172
- Fixed issue with RedimExpression throwing an not implemented error
173-
- Fixed issue where some parts of the au3 AST were not accessable, when iterating the tree.
173+
- Fixed issue where some parts of the au3 AST were not accessible, when iterating the tree.
174174
- Fixed au3 hover support within functions (issue #7)
175175
- Fixed issue caused by the au3 `Default` keyword
176176
- Fixed issue where resolving uri from installDir setting did not work

0 commit comments

Comments
 (0)