From 1c614efffd5990e2838c5f90b69f6dab9e612bb3 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 25 Dec 2020 22:44:19 +0200 Subject: [PATCH] Change duplicate variable name --- GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index bfe0f47..e12e57f 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -234,8 +234,8 @@ matchMyRoute = match myRoute test1 = matchMyRoute "/posts" test2 = matchMyRoute "/posts/12" test3 = matchMyRoute "/posts/12/edit" -test3 = matchMyRoute "/posts/browse/2004/June" -test4 = matchMyRoute "/psots/bad" +test4 = matchMyRoute "/posts/browse/2004/June" +test5 = matchMyRoute "/psots/bad" ``` ## Routing events with `Routing.Hash`