Skip to content

Commit

Permalink
Fix broken blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Feb 21, 2021
1 parent 937b020 commit e666cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch05-03-method-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ provide.
> automatically adds in `&`, `&mut`, or `*` so `object` matches the signature of
> the method. In other words, the following are the same:
>
<!-- CAN'T EXTRACT SEE BUG TODO -->
> <!-- CAN'T EXTRACT SEE BUG https://github.com/rust-lang/mdBook/issues/1127 -->
> ```rust
> # #[derive(Debug,Copy,Clone)]
> # struct Point {
Expand Down

0 comments on commit e666cf3

Please sign in to comment.