package/json-for-modern-cpp: fix design typo in help text

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9178a339cf0af2348b5ef2e38c17292f904b2b8e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-14 09:19:10 +02:00
parent 4708f1e32b
commit bc473b7991

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_JSON_FOR_MODERN_CPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
help help
Json for modern c++ has the following desing goals in mind: Json for modern c++ has the following design goals in mind:
- Intuitive syntax. In languages such as Python, JSON feels - Intuitive syntax. In languages such as Python, JSON feels
like a first class data type. All the operator magic of like a first class data type. All the operator magic of