Commit a1af43f0 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo

parent 5ced4934
...@@ -32,8 +32,7 @@ namespace caf { ...@@ -32,8 +32,7 @@ namespace caf {
namespace detail { namespace detail {
namespace parser { namespace parser {
/// Reads a number, i.e., on success produces either an `int64_t` or a /// Reads a boolean.
/// `double`.
template <class Iterator, class Sentinel, class Consumer> template <class Iterator, class Sentinel, class Consumer>
void read_bool(state<Iterator, Sentinel>& ps, Consumer& consumer) { void read_bool(state<Iterator, Sentinel>& ps, Consumer& consumer) {
bool res = false; bool res = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment