summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Esson <paul.esson@gmail.com>2017-05-25 15:36:23 +1000
committerKirk Shoop <kirk.shoop@microsoft.com>2017-05-24 22:36:23 -0700
commit2caf64951c1505bf7511c72d8c245d929a2aecbc (patch)
tree721892be21b436a8a627c3d59a61a2a8202f445b
parent18e8de22bbea8e295a80d9398599d50aa3e5be53 (diff)
downloadRxCpp-2caf64951c1505bf7511c72d8c245d929a2aecbc.tar.gz
Update DeveloperManual.md (#380)
Fix headings so they work with the Github markdown parser
-rw-r--r--DeveloperManual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/DeveloperManual.md b/DeveloperManual.md
index 2d10b75..3ce4c28 100644
--- a/DeveloperManual.md
+++ b/DeveloperManual.md
@@ -1,6 +1,6 @@
-#Developer Manual
+# Developer Manual
-##Some comments on the scheduler system
+## Some comments on the scheduler system
The scheduler in rxcpp v2 is based on the scheduler and worker constructs that *RxJava* uses (Eric Meijer was involved) The docs for *RxJava* will have an explanation for ```scheduler``` and ```worker```. RxCpp adds ```schedulable```, ```coordination``` and ```coordinator```.