Skip to content

Commit bb8ed3d

Browse files
fix typo (mlohmann -> nlohmann) in comment
1 parent 5cd4c26 commit bb8ed3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ class Interpreter {
17171717
}
17181718

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

0 commit comments

Comments
 (0)