From e923d0e4dac4a87d8776909a71c8ac7cc87d456e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 9 Jun 2023 15:52:44 +0200 Subject: Touch up docs --- library/src/compute/construct.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'library/src/compute/construct.rs') diff --git a/library/src/compute/construct.rs b/library/src/compute/construct.rs index 5d2d35ae..a81c6a96 100644 --- a/library/src/compute/construct.rs +++ b/library/src/compute/construct.rs @@ -183,7 +183,8 @@ cast! { /// Create a new datetime. /// /// You can specify the [datetime]($type/datetime) using a year, month, day, -/// hour, minute, and second. +/// hour, minute, and second. You can also get the current date with +/// [`datetime.today`]($func/datetime.today). /// /// ## Example /// ```example @@ -564,7 +565,7 @@ pub fn str_to_unicode( /// #str.from-unicode(97) /// ``` /// -/// Display: Sting From Unicode +/// Display: String From Unicode /// Category: construct #[func] pub fn str_from_unicode( -- cgit v1.2.3