From 320154ef8780102925c030f6196b089c3494ae16 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 11 Apr 2018 23:50:16 +0700 Subject: [PATCH] italicize running --- doc/configurator.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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