From f2b2e5453b822a463987737e226b7b0c9014e12a Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 24 Nov 2014 16:50:21 +0200 Subject: [PATCH] Fix typo In the TOC link title, "auto-redrawing-works" -> "auto-redrawing works" --- docs/mithril.computation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mithril.computation.md b/docs/mithril.computation.md index b625e34e..b7c7d2d9 100644 --- a/docs/mithril.computation.md +++ b/docs/mithril.computation.md @@ -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() -``` \ No newline at end of file +```