From f89cf8c395a6e873679dcc7d2cb8b862c35205f5 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Wed, 28 Jun 2017 19:33:30 +0000 Subject: [PATCH] std.concurrency: Fix "Synposis" typo --- std/concurrency.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/concurrency.d b/std/concurrency.d index 397c9d76c82..44b5918be3f 100644 --- a/std/concurrency.d +++ b/std/concurrency.d @@ -19,7 +19,7 @@ * schedulers are available that multiplex fibers across the main thread or * use some combination of the two approaches. * - * Synposis: + * Synopsis: * --- * import std.stdio; * import std.concurrency;