Skip to content

Commit 873652d

Browse files
committed
f Docs
1 parent 93c6987 commit 873652d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const BDK_CLIENT_CONCURRENCY: u8 = 8;
9898
const LDK_PAYMENT_RETRY_TIMEOUT: Duration = Duration::from_secs(10);
9999

100100
#[derive(Debug, Clone)]
101-
/// Represents the configuration of an `LdkLite` instance.
101+
/// Represents the configuration of an [`LdkLite`] instance.
102102
pub struct LdkLiteConfig {
103103
/// The path where the underlying LDK and BDK persist their data.
104104
pub storage_dir_path: String,
@@ -384,7 +384,7 @@ impl LdkLiteBuilder {
384384
}
385385
}
386386

387-
/// Wraps all objects that need to be preserved during the run time of `LdkLite`. Will be dropped
387+
/// Wraps all objects that need to be preserved during the run time of [`LdkLite`]. Will be dropped
388388
/// upon [`LdkLite::stop()`].
389389
struct LdkLiteRuntime {
390390
tokio_runtime: tokio::runtime::Runtime,

0 commit comments

Comments
 (0)