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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user