diff options
| author | Sergey Veselkov <veselkovsd@yandex.ru> | 2016-01-13 09:14:21 +0300 |
|---|---|---|
| committer | Sergey Veselkov <veselkovsd@yandex.ru> | 2016-01-13 09:14:21 +0300 |
| commit | b986698bc41f487ed791a7c7d9f6c6a78d6d86a3 (patch) | |
| tree | 66761e023d7f56783eadc051565565c1a0f7484d | |
| parent | 49c38277905f515537ce4d9610df87680ae76524 (diff) | |
| download | rust-b986698bc41f487ed791a7c7d9f6c6a78d6d86a3.tar.gz rust-b986698bc41f487ed791a7c7d9f6c6a78d6d86a3.zip | |
Fix typo in bibliography.md
| -rw-r--r-- | src/doc/book/bibliography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/bibliography.md b/src/doc/book/bibliography.md index ba02053b6b8..d32b1a91944 100644 --- a/src/doc/book/bibliography.md +++ b/src/doc/book/bibliography.md @@ -33,7 +33,7 @@ Rust, as well as publications about Rust. * [Non-blocking steal-half work queues](http://www.cs.bgu.ac.il/%7Ehendlerd/papers/p280-hendler.pdf) * [Reagents: expressing and composing fine-grained concurrency](http://www.mpi-sws.org/~turon/reagents.pdf) * [Algorithms for scalable synchronization of shared-memory multiprocessors](https://www.cs.rochester.edu/u/scott/papers/1991_TOCS_synch.pdf) -* [Epoc-based reclamation](https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-579.pdf). +* [Epoch-based reclamation](https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-579.pdf). ### Others |
