setting not settings: struct.RoutingContext.html

"by settings ‘force_refresh’" needs to use the "setting" word.

After changing it, build_docs.sh fixes rustdoc for
veilid_core/struct.RoutingContext.html
This commit is contained in:
Haley Weslin 2023-09-05 16:05:18 +00:00
parent 3502fb8385
commit 58524657fe

View File

@ -284,7 +284,7 @@ impl RoutingContext {
/// Gets the latest value of a subkey
///
/// May pull the latest value from the network, but by settings 'force_refresh' you can force a network data refresh
/// May pull the latest value from the network, but by setting 'force_refresh' you can force a network data refresh
///
/// Returns `None` if the value subkey has not yet been set
/// Returns `Some(data)` if the value subkey has valid data