Browse Source

doc: fixed typo in core.md

Michele Caini 5 years ago
parent
commit
ec56651959
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/md/core.md

+ 1 - 1
docs/md/core.md

@@ -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