From 5a10a3f23d4d4804086948d01d037cdd939bed75 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Wed, 3 May 2017 11:44:33 +0200 Subject: [PATCH] update doc [skip ci] --- doc/developers/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers/faq.rst b/doc/developers/faq.rst index 0c8e4ef..b273850 100644 --- a/doc/developers/faq.rst +++ b/doc/developers/faq.rst @@ -153,5 +153,5 @@ This file should implement a function with the following signature: return arguments In this function you can do any validation and post-processing you like. -This function is run after the flags are parsed and before the ``CMake`` command +This function is run after the flags are parsed and before the CMake command is run.