Skip to content

Commit

Permalink
improving markdown link of ch09.
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Apr 24, 2017
1 parent 4f2181a commit cedc36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ while (iter != mid)
**Problems:**

1. It's a endless loop. `iter` never equal `mid`.
1. `mid` will be invalid after the `insert`.(see Mooophy/Cpp-Primer#133)
1. `mid` will be invalid after the `insert`.(see [Mooophy/Cpp-Primer#133](https://github.com/Mooophy/Cpp-Primer/issues/133))

**FIXED**:

Expand Down

0 comments on commit cedc36b

Please sign in to comment.