From 6cb710652beaafb1ff5c41b0c77f0ccbed78b1bc Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sun, 25 Jul 2021 11:51:26 +0800 Subject: [PATCH] Fix doc link. --- src/dynamic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dynamic.rs b/src/dynamic.rs index 512e062d..0fc5c4d9 100644 --- a/src/dynamic.rs +++ b/src/dynamic.rs @@ -1762,7 +1762,7 @@ impl Dynamic { _ => Err(self.type_name()), } } - /// _(DECIMAL)_ Cast the [`Dynamic`] as a [`Decimal`] and return it. + /// _(DECIMAL)_ Cast the [`Dynamic`] as a [`Decimal`](https://docs.rs/rust_decimal) and return it. /// Returns the name of the actual type if the cast fails. /// /// Exported under the `decimal` feature only.