Skip to content

Commit

Permalink
docs fix spelling issues (#24597)
Browse files Browse the repository at this point in the history
Hey !
I fixed several spelling issues.Glad I could help .
Br, Guayaba221.
  • Loading branch information
Guayaba221 authored Jan 6, 2025
1 parent aeeccee commit 8ed0a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelogs/changelog_1_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- We removed `unicode.Rune16` without any deprecation period as the name
was wrong (see the [RFC](https://github.com/nim-lang/RFCs/issues/151) for details)
and we didn't find any usages of it in the wild. If you still need it, add this
and we didn't find any usage of it in the wild. If you still need it, add this
piece of code to your project:
```nim
type
Expand Down
2 changes: 1 addition & 1 deletion changelogs/changelog_2_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The definition of `"strictFuncs"` was changed.
The old definition was roughly: "A store to a ref/ptr deref is forbidden unless it's coming from a `var T` parameter".
The new definition is: "A store to a ref/ptr deref is forbidden."

This new definition is much easier to understand, the price is some expressitivity. The following code used to be
This new definition is much easier to understand, the price is some expressiveness. The following code used to be
accepted:

```nim
Expand Down

0 comments on commit 8ed0a63

Please sign in to comment.