From 3a0c621ec3f12fe0e53e44b0503e4834011fcf99 Mon Sep 17 00:00:00 2001 From: pauloue Date: Mon, 30 Apr 2018 22:08:59 -0400 Subject: [PATCH] Inventories: Fix grammar mistakes --- en/chapters/inventories.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/chapters/inventories.md b/en/chapters/inventories.md index 8209f75..0b9b014 100644 --- a/en/chapters/inventories.md +++ b/en/chapters/inventories.md @@ -6,8 +6,8 @@ root: ../../ ## Introduction -In this chapter you will learn how to use manipulate inventories, whether that -is a player inventory, a node inventory, or a detached inventory. +In this chapter you will learn how to use and manipulate inventories, whether +that is a player inventory, a node inventory, or a detached inventory. This chapter assumes that you already know how to create and manipulate [ItemStacks](itemstacks.html). @@ -51,7 +51,7 @@ There are three types of inventory:
This image shows the two inventories visible when you press i. The gray boxes are inventory lists.
- The creative inventory, left (in red) is detached and it made up of a + The creative inventory, left (in red) is detached and is made up of a single list.
The player inventory, right (in blue) is a player inventory and is made up of three lists.