Skip to content

Commit 37e1609

Browse files
committed
fix typo in section header
1 parent dc53613 commit 37e1609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2021-07-01-What-the-error-handling-project-group-is-working-towards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Eventually we'd like to get to a place where the default tools you reach for whe
130130

131131
Our plan to fix these issues is two-fold:
132132

133-
### 1. Error Traits + Panic Runtime Integration
133+
### 1. Error Trait + Panic Runtime Integration
134134

135135
First we need to integrate the Error trait and the panic runtime, and the first step to doing so will be moving the `Error` trait into `core`. This is necessary because the panic runtime is part of `core` and the language itself, where as the `Error` trait currently resides in `std`. We're pretty excited about this change which we hope will have other positive downstream effects, particularly in the embedded ecosystem.
136136

0 commit comments

Comments
 (0)