diff --git a/src/entities/token.rs b/src/entities/token.rs index 69a208b..c11b51a 100644 --- a/src/entities/token.rs +++ b/src/entities/token.rs @@ -45,7 +45,7 @@ impl CurrencyTrait for Token { } impl Token { - /// Creates a new `Token` with the given parameters. + /// Creates a new [`Token`] with the given parameters. /// /// # Arguments ///