We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d63dd6 commit 33db6dcCopy full SHA for 33db6dc
platform/Env.roc
@@ -49,8 +49,7 @@ var! = |name|
49
Host.env_var!(name)
50
|> Result.map_err(|{}| VarNotFound)
51
52
-## Reads the given environment variable and attempts to decode it.
53
-##
+## Reads the given environment variable and attempts to decode it into the correct type.
54
## The type being decoded into will be determined by type inference. For example,
55
## if this ends up being used like a `Result U16 _` then the environment variable
56
## will be decoded as a string representation of a `U16`. Trying to decode into
0 commit comments