summaryrefslogtreecommitdiff
path: root/docs/type_system/result.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/result.md')
-rw-r--r--docs/type_system/result.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/type_system/result.md b/docs/type_system/result.md
index e33f04b..4a496fe 100644
--- a/docs/type_system/result.md
+++ b/docs/type_system/result.md
@@ -4,6 +4,8 @@
A 128bit value error pair, cannot be stored.
+A result represents an operation should not fail
+
```text
Result[TYPE]
```