From d2b91027e188fcf2c3342a4899aac1d1adaf0a77 Mon Sep 17 00:00:00 2001 From: sharpoff Date: Sat, 1 Mar 2025 12:08:42 +0900 Subject: [PATCH] Fix typo in Implementing an asset system. Change *nhlomans* to *nlohmann's* --- docs/extra-chapter/asset_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extra-chapter/asset_system.md b/docs/extra-chapter/asset_system.md index 5d4351957..06c79c2dd 100644 --- a/docs/extra-chapter/asset_system.md +++ b/docs/extra-chapter/asset_system.md @@ -43,7 +43,7 @@ Engine and Converter will both link AssetLib. Converter will link all the differ # Libraries -We will add 2 libraries to the project. The first one is LZ4 compression library, which we will be using to compress the binary blobs. The second one is nhlomans Json library, which is the easiest to use json library for modern Cpp and it's really nice to use. +We will add 2 libraries to the project. The first one is LZ4 compression library, which we will be using to compress the binary blobs. The second one is nlohmann's Json library, which is the easiest to use json library for modern Cpp and it's really nice to use. * LZ4: https://github.com/lz4/lz4 * Json: https://github.com/nlohmann/json