From 0274816aba3123f7fbae296e41386ce2d40e6873 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 15 Nov 2020 21:31:29 +0100 Subject: [PATCH] Fix typo Signed-off-by: Matej Focko --- interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.md b/interface.md index 7bcc46c..6881adf 100644 --- a/interface.md +++ b/interface.md @@ -72,7 +72,7 @@ Super Karel is an extension to the basic Karel the Karel library. Super Karel is - `no_beepers_present :: Karel -> Bool`
Returns `True` if there is not beeper at the current intersection, `False` if there is a beeper at the current intersection. - `notFacing :: Direction -> Karel -> Bool`
- Returns `True` if Karel is not facing queried direction, `False` if he is facing north. + Returns `True` if Karel is not facing queried direction, `False` if he is not. - `notFacingNorth :: Karel -> Bool`
Returns `True` if Karel is not facing north, `False` if he is facing north. - `facingSouth :: Karel -> Bool`