We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9ac44 commit 57087aeCopy full SHA for 57087ae
curriculum/module_3/2_box.md
@@ -45,7 +45,7 @@ struct Person {
45
name: String,
46
age: u8,
47
}
48
-fn may_exist() -> Option<Box<Record>> {
+fn may_exist() -> Option<Box<Person>> {
49
// Do some computation
50
if computation_succeeded() {
51
Some(Box::new(Person{
0 commit comments