diff --git a/veilid-core/src/veilid_api/routing_context.rs b/veilid-core/src/veilid_api/routing_context.rs index 5b335845..6e7a9a49 100644 --- a/veilid-core/src/veilid_api/routing_context.rs +++ b/veilid-core/src/veilid_api/routing_context.rs @@ -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