File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ msgstr "Sacando `Result`s de `Option`s"
593593
594594#: src/SUMMARY.md:172 src/error/multiple_error_types/define_error_type.md:1
595595msgid "Defining an error type"
596- msgstr "Defniniendo un tipo de error"
596+ msgstr "Definiendo un tipo de error"
597597
598598#: src/SUMMARY.md:173 src/error/multiple_error_types/boxing_errors.md:1
599599msgid "`Box`ing errors"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ fn borrow_i32(borrowed_i32: &i32) {
2020}
2121
2222fn main() {
23- // Create a boxed i32 in the heap, and a i32 on the stack
23+ // Create a boxed i32 in the heap, and an i32 on the stack
2424 // Remember: numbers can have arbitrary underscores added for readability
2525 // 5_i32 is the same as 5i32
2626 let boxed_i32 = Box::new(5_i32);
You can’t perform that action at this time.
0 commit comments