1
0
mirror of https://github.com/nlohmann/json synced 2024-11-15 16:50:06 +00:00

Fix trivial typo in comment.

Not really important, but since I saw it.
This commit is contained in:
Carlos O'Ryan 2018-04-08 15:46:25 -04:00 committed by GitHub
parent acf10d9af7
commit 4286b16b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ target_include_directories(
$<INSTALL_INTERFACE:include>
)
## add debug view defintion file for msvc (natvis)
## add debug view definition file for msvc (natvis)
if (MSVC)
set(NLOHMANN_ADD_NATVIS TRUE)
set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis")