From 3b288516dfc3ba5bbcd8285652f72397223daedc Mon Sep 17 00:00:00 2001 From: Winny Date: Sat, 21 Oct 2017 21:47:21 -0500 Subject: [PATCH] REAME.md typo it's (it is) -> its (possessive) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb1318..4dad18c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Introduction The Formica dialect was created for educational purpose while teaching the "Functional and logic programming" undergraduate course in the Kamchatka State Technical University (Russia). -Formica is based on the [Racket programming language](http://planet.racket-lang.org/), famous by it's educational and practical use, and could be considered as a Racket teachpack. +Formica is based on the [Racket programming language](http://planet.racket-lang.org/), famous by its educational and practical use, and could be considered as a Racket teachpack. Why Racket?