From 63243255a0a96922c50a8546b8e8baeeff96e017 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 4 Aug 2019 01:11:10 +0300 Subject: [PATCH] minor --- 1-js/08-prototypes/03-native-prototypes/article.md | 2 +- .../{11-currying-partials => 03-currying-partials}/article.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename 1-js/99-js-misc/{11-currying-partials => 03-currying-partials}/article.md (100%) diff --git a/1-js/08-prototypes/03-native-prototypes/article.md b/1-js/08-prototypes/03-native-prototypes/article.md index 1bb4e713..7c116fda 100644 --- a/1-js/08-prototypes/03-native-prototypes/article.md +++ b/1-js/08-prototypes/03-native-prototypes/article.md @@ -2,7 +2,7 @@ The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it. -We'll see how it works first, and then how to use it for adding new capabilities to built-in objects. +First we'll see at the details, and then how to use it for adding new capabilities to built-in objects. ## Object.prototype diff --git a/1-js/99-js-misc/11-currying-partials/article.md b/1-js/99-js-misc/03-currying-partials/article.md similarity index 100% rename from 1-js/99-js-misc/11-currying-partials/article.md rename to 1-js/99-js-misc/03-currying-partials/article.md