From 269967a809d300a406f25228e21d23a13f8bf5c9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 28 Jul 2016 14:39:38 +0300 Subject: [PATCH] Typo fix --- docs/librarymanager/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/librarymanager/config.rst b/docs/librarymanager/config.rst index ae31284e..13c0745f 100644 --- a/docs/librarymanager/config.rst +++ b/docs/librarymanager/config.rst @@ -487,7 +487,7 @@ options: ] } -3. Force to use ``C99`` standard instead ``C11`` +3. Force to use ``C99`` standard instead of ``C11`` .. code-block:: javascript @@ -528,4 +528,4 @@ options: CPPPATH=["inc", "inc/devices"] ) - # some python code that generates headers files "on-the-fly" + # some python code that generates header files "on-the-fly"