@@ -4876,7 +4876,7 @@ where
4876
4876
///
4877
4877
/// # Custom Routing Parameters
4878
4878
/// Users can customize routing parameters via [`RouteParametersConfig`].
4879
- /// To use default settings, call the function with `RouteParametersConfig::default()` .
4879
+ /// To use default settings, call the function with [ `RouteParametersConfig::default`] .
4880
4880
pub fn pay_for_bolt11_invoice(
4881
4881
&self, invoice: &Bolt11Invoice, payment_id: PaymentId, amount_msats: Option<u64>,
4882
4882
route_params_config: RouteParametersConfig, retry_strategy: Retry
@@ -10393,7 +10393,7 @@ where
10393
10393
/// # Custom Routing Parameters
10394
10394
///
10395
10395
/// Users can customize routing parameters via [`RouteParametersConfig`].
10396
- /// To use default settings, call the function with [`RouteParametersConfig::default() `].
10396
+ /// To use default settings, call the function with [`RouteParametersConfig::default`].
10397
10397
///
10398
10398
/// # Payment
10399
10399
///
@@ -10557,7 +10557,7 @@ where
10557
10557
/// # Custom Routing Parameters
10558
10558
///
10559
10559
/// Users can customize routing parameters via [`RouteParametersConfig`].
10560
- /// To use default settings, call the function with [`RouteParametersConfig::default() `].
10560
+ /// To use default settings, call the function with [`RouteParametersConfig::default`].
10561
10561
///
10562
10562
/// # Payment
10563
10563
///
0 commit comments