aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gleam/result.gleam3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gleam/result.gleam b/src/gleam/result.gleam
index 35c2d00..194d853 100644
--- a/src/gleam/result.gleam
+++ b/src/gleam/result.gleam
@@ -176,8 +176,7 @@ pub fn try(
}
}
-/// DEPRECATED: Use `result.try` instead,
-/// which has the same signature and does the same thing.
+/// DEPRECATED: Use `result.try` instead.
///
pub fn then(
result: Result(a, e),