From 836cbe04f4458b4d9300834d9d43117873cda466 Mon Sep 17 00:00:00 2001 From: Edward H Date: Thu, 15 Oct 2020 21:06:28 -0500 Subject: [PATCH] Fixed typo --- anatomy.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anatomy.lhs b/anatomy.lhs index bf8a51a..6c6374c 100755 --- a/anatomy.lhs +++ b/anatomy.lhs @@ -760,7 +760,7 @@ syntactic category ~ The parts of a language are called *syntactic categories*. %Gram2 For example, in English there are many different parts, including *verb*, *noun*, *gerund*, *prepositional phrase*, - *declarative sentence*, etc. In software langauges, example syntactic + *declarative sentence*, etc. In software languages, example syntactic categories include *expressions*, *terms, *functions*, *types*, or *classes*. %Gram34