@@ -4871,7 +4871,7 @@ where
4871
4871
///
4872
4872
/// # Custom Routing Parameters
4873
4873
/// Users can customize routing parameters via [`RouteParametersConfig`].
4874
- /// To use default settings, call the function with `RouteParametersConfig::default()` .
4874
+ /// To use default settings, call the function with [ `RouteParametersConfig::default`] .
4875
4875
pub fn pay_for_bolt11_invoice(
4876
4876
&self, invoice: &Bolt11Invoice, payment_id: PaymentId, amount_msats: Option<u64>,
4877
4877
route_params_config: RouteParametersConfig, retry_strategy: Retry
@@ -10478,7 +10478,7 @@ where
10478
10478
/// # Custom Routing Parameters
10479
10479
///
10480
10480
/// Users can customize routing parameters via [`RouteParametersConfig`].
10481
- /// To use default settings, call the function with [`RouteParametersConfig::default() `].
10481
+ /// To use default settings, call the function with [`RouteParametersConfig::default`].
10482
10482
///
10483
10483
/// # Payment
10484
10484
///
@@ -10717,7 +10717,7 @@ where
10717
10717
/// # Custom Routing Parameters
10718
10718
///
10719
10719
/// Users can customize routing parameters via [`RouteParametersConfig`].
10720
- /// To use default settings, call the function with [`RouteParametersConfig::default() `].
10720
+ /// To use default settings, call the function with [`RouteParametersConfig::default`].
10721
10721
///
10722
10722
/// # Payment
10723
10723
///
0 commit comments