Fix doctest (fixup #23188)

This commit is contained in:
Manish Goregaokar 2015-03-09 10:16:34 +05:30
parent 684cd77222
commit 3797827460

View File

@ -71,6 +71,7 @@ impl Circle {
fn takes_ownership(self) {
println!("taking ownership of self!");
}
}
```
Finally, as you may remember, the value of the area of a circle is `π*r²`.