Skip to content

Commit

Permalink
docs: modify
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Aug 19, 2024
1 parent b221a13 commit 8934a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-agent/src/agent/http_transport/route_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub trait RouteProvider: std::fmt::Debug + Send + Sync {
/// The logic behind determining the next URL can vary depending on the implementation
fn route(&self) -> Result<Url, AgentError>;

/// Generates up to `n` different routing URLs in order of precedence.
/// Generates up to `n` different routing URLs in order of priority.
///
/// This method returns a vector of `Url` instances, each representing a routing
/// endpoint. The URLs are ordered by priority, with the most preferred route
Expand Down

0 comments on commit 8934a0c

Please sign in to comment.