Merge pull request #356 from akx/patch-1

Fix typo
This commit is contained in:
Leo Horie 2014-11-24 15:12:01 -05:00
commit d56b7cbcc5

View file

@ -2,7 +2,7 @@
---
- [How auto-redrawing-works](#how-auto-redrawing-works)
- [How auto-redrawing works](#how-auto-redrawing-works)
- [Integrating multiple execution threads](#integrating-multiple-execution-threads)
- [Integrating to legacy code](#integrating-to-legacy-code)
- [Signature](#signature)
@ -242,4 +242,4 @@ void startComputation()
```clike
void endComputation()
```
```