From 378d9776ac9f97456594ba7ffba4b5c54635751c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 29 Jan 2024 08:01:35 +0900 Subject: [PATCH] Update README.md (#58) pbjects -> objects --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9115e..2eaccb7 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ If you enjoy the course or you find it useful, please add a **Star** * **C++ Classes**: RAII Idiom * **Class Hierarchy** * **Access specifiers**: Inheritance access specifiers, When use `public/protected/private` for data members? -* **Class Constructor**: Default constructor, Class initialization, Uniform initialization for pbjects, Delegate constructor, `explicit` keyword, `[[nodiscard]]` and classes +* **Class Constructor**: Default constructor, Class initialization, Uniform initialization for objects, Delegate constructor, `explicit` keyword, `[[nodiscard]]` and classes * **Copy Constructor** * **Class Destructor** * **Defaulted Constructors, Destructor, and Operators** (`= default`)