Unverified Commit 72ab3278 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Fix documentation

parent bd80271c
......@@ -29,7 +29,7 @@ struct config_value_adaptor_field {
/// Type of the field.
using value_type = T;
/// Predicate function for .
/// Predicate function for verifying user input.
using predicate_function = bool (*)(const value_type&);
/// Name of the field in configuration files and on the CLI.
......
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