diff --git a/doc/configurator.rst b/doc/configurator.rst index 327cc872..623a2c96 100644 --- a/doc/configurator.rst +++ b/doc/configurator.rst @@ -17,8 +17,8 @@ Configurator allows you to query for the following features: * Extract compile time information such as ``#define`` variables. -Configurator is designed to be cross compilation friendly and avoids running any -compiled code to extract any of the information above. +Configurator is designed to be cross compilation friendly and avoids _running_ +any compiled code to extract any of the information above. Configurator started as an `independent library `__, but now lives in dune. You do