From 28c3f538e50af1b4a10e613856841ea8ca41bc33 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 15 Feb 2018 20:38:08 -0500 Subject: [PATCH] Documentation fixes suggested by catalyst. --- src/rust/tor_util/strings.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rust/tor_util/strings.rs b/src/rust/tor_util/strings.rs index 4e26e7369c..505191d913 100644 --- a/src/rust/tor_util/strings.rs +++ b/src/rust/tor_util/strings.rs @@ -83,10 +83,10 @@ /// # Note /// /// An unfortunate limitation of the rustc compiler (as of 1.25.0-nightly), is -/// that the above code compiles, however if we were to change the assignment of -/// `tuesday` as follows, it will fail to compile, because Rust macros are -/// expanded at parse time, and at parse time there is no symbols table -/// available. +/// that the first example above compiles, but if we were to change the +/// assignment of `tuesday` as follows, it will fail to compile, because Rust +/// macros are expanded at parse time, and at parse time there is no symbol +/// table available. /// /// ```ignore /// tuesday = cstr!(message); -- 2.47.3