Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/borrowing/exercise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl Wizard {

// ANCHOR: main
fn main() {
let mut merlin = Wizard::new(20);
let mut merlin = Wizard::new(100);
let fireball = Spell { name: String::from("Fireball"), cost: 10, uses: 2 };
let ice_blast = Spell { name: String::from("Ice Blast"), cost: 15, uses: 1 };

Expand Down
Loading