Skip to content

Commit 20018ab

Browse files
committed
fix: [#1187] doc link error
1 parent 3d0f4f8 commit 20018ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use crate::servers::udp::server::launcher::MAX_CONNECTION_ID_ERRORS_PER_IP;
2828
use crate::shared::crypto::ephemeral_instance_keys;
2929
use crate::shared::crypto::keys::{self, Keeper as _};
3030

31-
/// It loads the configuration from the environment and builds the main domain [`Tracker`] struct.
31+
/// It loads the configuration from the environment and builds app container.
3232
///
3333
/// # Panics
3434
///

0 commit comments

Comments
 (0)