diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-05-16 16:32:24 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-05-16 16:32:24 +0000 |
commit | d78b13ae6bbf408a102108228932aad9fdd6c930 (patch) | |
tree | 78588221952de2b9144a2c73ae40d9f610c8c652 /tests | |
parent | d3693f4406f3ba6db150655ef9b5935fa05f8156 (diff) |
Update error string in demo.apl
Diffstat (limited to 'tests')
-rw-r--r-- | tests/demo.apl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/demo.apl b/tests/demo.apl index 5a70a23..94b0318 100644 --- a/tests/demo.apl +++ b/tests/demo.apl @@ -36,7 +36,7 @@ flush←{ } iota←{ - 11::'Sorry, the iota server is not running' + 11::'Sorry, the iota server is not running (or some other domain error happened)' 12::'Sorry, the iota server was too slow to respond' _←(⎕self ⍵)⍈id {1 ⍵}⍇⍺ |