Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
Ocxs committed Mar 25, 2015
1 parent d7d9303 commit 8061ce1
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 @@ -20,7 +20,7 @@ use list or forward_list.
>Define a list that holds elements that are deques that hold ints.
```cpp
std::list<std::deques<int>> ldi;
std::list<std::deque<int>> ldi;
```

## Exercise 9.3:
Expand Down

0 comments on commit 8061ce1

Please sign in to comment.