Skip to content

Commit

Permalink
fix typo (mlohmann -> nlohmann) in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbartholomew committed Mar 8, 2024
1 parent 5cd4c26 commit bb8ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ class Interpreter {
}

default: {
// Newer mlohmann json.hpp (from v3.8.0 https://github.com/nlohmann/json/pull/1662)
// Newer nlohmann json.hpp (from v3.8.0 https://github.com/nlohmann/json/pull/1662)
// add a `value_t::binary` type, used when dealing with some JSON-adjacent binary
// formats (BSON, CBOR, etc). Since it doesn't exist prior to v3.8.0 we can't match
// on it explicitly, but we can just treat any unknown type as an error.
Expand Down

0 comments on commit bb8ed3d

Please sign in to comment.