mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
[dhall/de] Fix typo (#4936)
This commit is contained in:
parent
c7564c958c
commit
f00f6c2408
@ -288,7 +288,7 @@ let false : Bool = Prelude.Bool.not True
|
||||
-- importiert und nicht als Dhall-Code interpretiert.
|
||||
let sourceCode : Text = https://prelude.dhall-lang.org/Bool/not as Text
|
||||
|
||||
-- Environment-Variablen können auch imortiert werden.
|
||||
-- Environment-Variablen können auch importiert werden.
|
||||
let presentWorkingDirectory = env:PWD as Text
|
||||
|
||||
-- Mit `?` kann man eine “Fallback-Expression” angeben, für den Fall
|
||||
|
Loading…
x
Reference in New Issue
Block a user