From d7e8fccd1a7a01ecb3cb27d39be87c4f0d9a8cde Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 19 Apr 2019 07:54:30 -0700 Subject: [PATCH] Fixed an OVERVIEW typo --- OVERVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OVERVIEW.md b/OVERVIEW.md index 09d871462e..af1535faa8 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -80,7 +80,7 @@ For example, removing fibers with ids of 35 and 21: ```js [ 2, // remove operation - 1, // number of removed fibers + 2, // number of removed fibers 35, // first removed id 21, // second removed id ]