Skip to content

Commit 33db6dc

Browse files
authored
clarification
1 parent 3d63dd6 commit 33db6dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platform/Env.roc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ var! = |name|
4949
Host.env_var!(name)
5050
|> Result.map_err(|{}| VarNotFound)
5151

52-
## Reads the given environment variable and attempts to decode it.
53-
##
52+
## Reads the given environment variable and attempts to decode it into the correct type.
5453
## The type being decoded into will be determined by type inference. For example,
5554
## if this ends up being used like a `Result U16 _` then the environment variable
5655
## will be decoded as a string representation of a `U16`. Trying to decode into

0 commit comments

Comments
 (0)