doc: fixed typo in core.md

This commit is contained in:
Michele Caini
2020-11-08 00:58:48 +01:00
parent 8259371d6a
commit ec56651959

View File

@@ -393,7 +393,7 @@ const auto size = entt::size_of_v<void>;
### Is applicable
The standard library offers the great `std::is_invocable? trait in several
The standard library offers the great `std::is_invocable` trait in several
forms. This takes a function type and a series of arguments and returns true if
the condition is satisfied.<br/>
Moreover, users are also provided with `std::apply`, a tool for combining