We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ec07e commit b56465dCopy full SHA for b56465d
rust/crates/sdk/src/config.rs
@@ -109,8 +109,8 @@ impl Config {
109
///
110
/// // If you want to customize the configuration further, use the builder pattern
111
/// let ws_urls_multiple = "wss://api.testnet-dataengine.chain.link/ws,wss://api.testnet-dataengine.chain.link/ws";
112
- ///
113
- /// let configCustom = Config::new(
+ ///
+ /// let config_custom = Config::new(
114
/// api_key.to_string(),
115
/// user_secret.to_string(),
116
/// rest_url.to_string(),
0 commit comments