From 2caf64951c1505bf7511c72d8c245d929a2aecbc Mon Sep 17 00:00:00 2001 From: Paul Esson Date: Thu, 25 May 2017 15:36:23 +1000 Subject: Update DeveloperManual.md (#380) Fix headings so they work with the Github markdown parser --- DeveloperManual.md | 4 ++-- 1 file 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```. -- cgit v1.2.3