From 51ede0eb04c7257874481c93caedd71d3fcb473d Mon Sep 17 00:00:00 2001 From: Batchyx Date: Sun, 16 Apr 2017 15:23:02 +0000 Subject: [PATCH] doc: Fix unmatched parenthesis in intro.qbk --- doc/intro.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intro.qbk b/doc/intro.qbk index 52d3a3e..34b4e84 100644 --- a/doc/intro.qbk +++ b/doc/intro.qbk @@ -15,7 +15,7 @@ always before the parent. Coroutines (the term was introduced by Melvin Conway [footnote Conway, Melvin E.. "Design of a Separable Transition-Diagram Compiler". Commun. ACM, Volume 6 Issue 7, July 1963, Article No. 7]), are a generalization of routines (Donald Knuth [footnote Knuth, Donald Ervin (1997). -"Fundamental Algorithms. The Art of Computer Programming 1", (3rd ed.)]. +"Fundamental Algorithms. The Art of Computer Programming 1", (3rd ed.)]). The principal difference between coroutines and routines is that a coroutine enables explicit suspend and resume of its progress via additional operations by preserving execution state and thus provides an