Skip to content

Commit 3cf6069

Browse files
committed
Fix typo in CHANGELOG
1 parent 48cee5a commit 3cf6069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
397397

398398
* [Supervisor] Deprecate `Supervisor.start_child/2` and `Supervisor.terminate_child/2` in favor of `DynamicSupervisor`
399399
* [Supervisor.Spec] Deprecate `Supervisor.Spec.worker/3` and `Supervisor.Spec.supervisor/3` in favor of the new typespecs
400-
* [System] Deprecate `System.stracktrace/0` in favor of `__STACKTRACE__`
400+
* [System] Deprecate `System.stacktrace/0` in favor of `__STACKTRACE__`
401401

402402
#### Mix
403403

0 commit comments

Comments
 (0)