From 7099c3e9626e22b71ef544c1729712b0fc4e92c1 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:59:52 -0400 Subject: [PATCH] tweak toResult docs --- docs/function/toResult.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/function/toResult.mdx b/docs/function/toResult.mdx index 44c4fc889..b588861ea 100644 --- a/docs/function/toResult.mdx +++ b/docs/function/toResult.mdx @@ -7,7 +7,9 @@ tableOfContents: ### Usage -The `toResult` function is designed to handle both synchronous and asynchronous values, converting them into a standardized `Result` format. This function is particularly useful for ensuring consistency in handling both errors and successful outcomes, regardless of whether the underlying computation is synchronous or asynchronous. +The `toResult` function is designed to handle both synchronous and asynchronous values, converting them into a standardized `Result` format. + +This function is particularly useful for ensuring consistency in handling both errors and successful outcomes, regardless of whether the underlying computation is synchronous or asynchronous. ## Call Signatures