From 028632a3a10202ee21eaaf7ecf13ca7fe331106e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 17 Feb 2023 16:32:48 +0100 Subject: Fix error handling after hashtag --- library/src/compute/construct.rs | 4 ++-- 1 file changed, 2 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 f540d828..3b42ef24 100644 --- a/library/src/compute/construct.rs +++ b/library/src/compute/construct.rs @@ -390,8 +390,8 @@ pub fn label(args: &mut Args) -> SourceResult { /// The numbers 1 to 10. /// /// // Works with string methods. -/// #{ "a,b;c" -/// .split(regex("[,;]")) } +/// #("a,b;c" +/// .split(regex("[,;]"))) /// ``` /// /// ## Parameters -- cgit v1.2.3