Skip to content

Commit 57087ae

Browse files
minor slip 2_box.md (#13)
1 parent 1b9ac44 commit 57087ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/module_3/2_box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct Person {
4545
name: String,
4646
age: u8,
4747
}
48-
fn may_exist() -> Option<Box<Record>> {
48+
fn may_exist() -> Option<Box<Person>> {
4949
// Do some computation
5050
if computation_succeeded() {
5151
Some(Box::new(Person{

0 commit comments

Comments
 (0)