From b82c06f4b5338c6657583d3a1cd1f8cd97a97565 Mon Sep 17 00:00:00 2001 From: Nathaniel Carlo <100833190+xynoan@users.noreply.github.com> Date: Tue, 27 Jun 2023 05:55:12 +0800 Subject: [PATCH] Fix typo `src/main/java/libary` to `src/main/java/library` --- data/part-11/2-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-11/2-packages.md b/data/part-11/2-packages.md index c788fcbc3..6a769573d 100644 --- a/data/part-11/2-packages.md +++ b/data/part-11/2-packages.md @@ -271,7 +271,7 @@ Within the exercise base, create three packages: `a`, `b`, and `c`. Create class -The project directory `src/main/java` contains the source code files of the program. If the package of a class is library, that class is stored inside the `src/main/java/libary` folder of the source code directory. You can also check the concrete project structure in NetBeans in the **Files** tab, which is normally next to the **Project** tab. If you cannot see the **Files** tab, you can make it appear by choosing the option **Files** from the dropdown menu **Window**. +The project directory `src/main/java` contains the source code files of the program. If the package of a class is library, that class is stored inside the `src/main/java/library` folder of the source code directory. You can also check the concrete project structure in NetBeans in the **Files** tab, which is normally next to the **Project** tab. If you cannot see the **Files** tab, you can make it appear by choosing the option **Files** from the dropdown menu **Window**.