From 2631bb7e3e8133ab56fccf9112fbe6fb4a3b8494 Mon Sep 17 00:00:00 2001 From: Mark Wotton Date: Tue, 5 Jan 2021 10:41:35 -0500 Subject: [PATCH] what's an order of magnitude between friends --- EXAMPLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLE.md b/EXAMPLE.md index e924993..7770c02 100644 --- a/EXAMPLE.md +++ b/EXAMPLE.md @@ -45,7 +45,7 @@ server introduce = introduce :<|> combine :<|> eliminate ``` We have a "good" server, that never generates anything other than a 0. This means repeated application of -the combination/addition rule can never bring us to the dangerous state of numbers larger than 100. +the combination/addition rule can never bring us to the dangerous state of numbers larger than 10. ``` haskell goodServer, badServer :: Server Api