a little revision

pull/281/head
Lam 6 years ago
parent f45ee79d3b
commit 3d3da5f510

@ -1,6 +1,6 @@
## 使用线程同时运行代码
> [ch16-01-threads.md](https://github.com/rust-lang/book/blob/master/src/ch16-00-concurrency.md)
> [ch16-01-threads.md](https://github.com/rust-lang/book/blob/master/src/ch16-01-threads.md)
> <br>
> commit 1fedfc4b96c2017f64ecfcf41a0a07e2e815f24f

@ -8,7 +8,7 @@
### 对象包含数据和行为
Erich Gamma、Richard Helm、Ralph Johnson和 John VlissidesAddison-Wesley Professional, 1994*Design Patterns: Elements of Reusable Object-Oriented Software* 被俗称为 `The Gang of Four book`,是面向对象编程模式的目录。它这样定义面向对象编程:
Erich Gamma、Richard Helm、Ralph Johnson 和 John VlissidesAddison-Wesley Professional, 1994编写 *Design Patterns: Elements of Reusable Object-Oriented Software* 被俗称为 `The Gang of Four`是面向对象编程模式的目录。它这样定义面向对象编程:
> Object-oriented programs are made up of objects. An *object* packages both
> data and the procedures that operate on that data. The procedures are

Loading…
Cancel
Save