From 362ba0c44208de380495c8f98e9904094f34e30c Mon Sep 17 00:00:00 2001 From: inoas Date: Mon, 17 Apr 2023 17:33:06 +0000 Subject: Update src/gleam/result.gleam Co-authored-by: Louis Pilfold --- src/gleam/result.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/result.gleam b/src/gleam/result.gleam index 3bc1884..402886b 100644 --- a/src/gleam/result.gleam +++ b/src/gleam/result.gleam @@ -166,7 +166,7 @@ pub fn try( } } -/// DEPRECATED: Use `result.try` instead. +/// An alias for `try`. See the documentation for that function for more information. /// pub fn then(result, fun) { try(result, fun) -- cgit v1.2.3