Skip to content

Commit 26ed469

Browse files
authored
Update changelog_1_2_0.md (#24607)
1 parent 4aff124 commit 26ed469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelogs/changelog_1_2_0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ echo f
169169
- The Nim compiler now supports a new pragma called ``.localPassc`` to
170170
pass specific compiler options to the C(++) backend for the C(++) file
171171
that was produced from the current Nim module.
172-
- The compiler now inferes "sink parameters". To disable this for a specific routine,
172+
- The compiler now infers "sink parameters". To disable this for a specific routine,
173173
annotate it with `.nosinks`. To disable it for a section of code, use
174174
`{.push sinkInference: off.}`...`{.pop.}`.
175175
- The compiler now supports a new switch `--panics:on` that turns runtime
@@ -261,7 +261,7 @@ echo f
261261
([#12812](https://github.com/nim-lang/Nim/issues/12812))
262262
- Fixed "Produce static/const initializations for variables when possible"
263263
([#12216](https://github.com/nim-lang/Nim/issues/12216))
264-
- Fixed "Assigning descriminator field leads to internal assert with --gc:destructors"
264+
- Fixed "Assigning discriminator field leads to internal assert with --gc:destructors"
265265
([#12821](https://github.com/nim-lang/Nim/issues/12821))
266266
- Fixed "nimsuggest `use` command does not return all instances of symbol"
267267
([#12832](https://github.com/nim-lang/Nim/issues/12832))

0 commit comments

Comments
 (0)