From 793eef1d0a7e09bab2e9fcb89fd27c904e9bad17 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 8 Mar 2016 15:29:03 +0100 Subject: [PATCH] Fix missing word --- docs/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.dox b/docs/intro.dox index b0be0a8b..301185c4 100644 --- a/docs/intro.dox +++ b/docs/intro.dox @@ -267,8 +267,8 @@ to keep track of the current context for each thread. Synchronization is left to the application. Functions that may currently be called from any thread will always remain so, -but functions that are currently limited to the main may be updated to allow -calls from any thread in future releases. +but functions that are currently limited to the main thread may be updated to +allow calls from any thread in future releases. @subsection compatibility Version compatibility