Improve context_map macro docs

Relates to #48
This commit is contained in:
Sebastian Schmidt 2019-04-16 20:52:18 +02:00
parent ea2c0bd31d
commit 0eaeb3f6ab

View File

@ -94,7 +94,9 @@ impl Context for HashMapContext {
}
}
/// This macro provides a convenient syntax for creating a static context
/// This macro provides a convenient syntax for creating a static context.
///
/// # Examples
///
/// ```rust
/// use evalexpr::*;