Skip to content

Commit efd3659

Browse files
authored
Update 2024-12-19-elixir-v1-18-0-released.markdown (#1784)
Fix typo.
1 parent 3a39f32 commit efd3659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-12-19-elixir-v1-18-0-released.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ As of this release, the following migrations are executed:
206206

207207
* Charlists as sigils - formats charlists as `~c` sigils, for example `'foo'` becomes `~c"foo"`.
208208

209-
* `unless` as negated `if`s - rewrites `unless` expressions using `if` with a negated condition, for example `unless foo do` becomes `if !foo do`. We plan to deprecate `unless` in future relases.
209+
* `unless` as negated `if`s - rewrites `unless` expressions using `if` with a negated condition, for example `unless foo do` becomes `if !foo do`. We plan to deprecate `unless` in future releases.
210210

211211
More migrations will be added in future releases to help us push towards more consistent codebases.
212212

0 commit comments

Comments
 (0)