From 4e1d0d05b02275bf43f1428a561807db13495eed Mon Sep 17 00:00:00 2001 From: joeduffy Date: Sat, 11 Mar 2017 10:53:58 -0800 Subject: [PATCH] Fix a typo in the docs --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index c7e46436f..6789278b3 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -68,7 +68,7 @@ all programmers are familiar with: interface-based abstraction, class-based enca ## Example -Let us look at two brief examples in Coconut's flavor of JavaScript, CocoJS. +Let us look at a handful of brief examples in Coconut's flavor of JavaScript, CocoJS. ### Basic Infrastructure