Update linear.rst

Fix typo
This commit is contained in:
Alex Humphreys 2020-06-22 21:47:11 +02:00 committed by G. Allais
parent c140605a0f
commit 565ede2406

View File

@ -243,7 +243,7 @@ hard coded password and internal data:
readSecret (MkStore str) = pure1 (str # MkStore str)
disconnect (MkStore _)
= putStrLn "Door destroyed"
= putStrLn "Disconnect"
Then we can run it in ``main``: