Skip to content

Commit 3da646d

Browse files
Typos
1 parent fc17a8a commit 3da646d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

po/es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
595595
msgid "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
599599
msgid "`Box`ing errors"

src/scope/borrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn borrow_i32(borrowed_i32: &i32) {
2020
}
2121
2222
fn 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);

0 commit comments

Comments
 (0)