From d8ee0745f734231edb16441776a60c33dae317c2 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Fri, 23 Dec 2016 22:32:27 +0200 Subject: [PATCH] book: replace example I do not understand --- src/doc/book/documentation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/doc/book/documentation.md b/src/doc/book/documentation.md index f30a95b4e7890..dafcffc39c802 100644 --- a/src/doc/book/documentation.md +++ b/src/doc/book/documentation.md @@ -460,8 +460,9 @@ not actually pass as a test. ``` The `no_run` attribute will compile your code, but not run it. This is -important for examples such as "Here's how to start up a network service," -which you would want to make sure compile, but might run in an infinite loop! +important for examples such as "Here's how to retrieve a web page," +which you would want to ensure compiles, but might be run in a test +environment that has no network access. ### Documenting modules