From d3910cd04d22f59bbd5a22f65329a5402f9726b4 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 27 Jul 2015 18:33:45 +0200 Subject: [PATCH] adapt sentence about version pinning --- doc/developers/updating-modules.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developers/updating-modules.rst b/doc/developers/updating-modules.rst index 3b43f6d..ccae289 100644 --- a/doc/developers/updating-modules.rst +++ b/doc/developers/updating-modules.rst @@ -17,8 +17,8 @@ How to pin CMake modules to a certain version --------------------------------------------- Sometimes you may want to avoid using the latest version of a CMake module and -rather fetch an older version with the hash ``abcd123``. To achieve this, instead -of:: +rather fetch an older version, for example with the hash ``abcd123``. To +achieve this, instead of:: [coverage] source: https://github.com/scisoft/autocmake/raw/master/modules/code_coverage.cmake