Bladeren bron

doc: minor changes

skypjack 1 maand geleden
bovenliggende
commit
080966ad8f
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      src/entt/core/algorithm.hpp

+ 3 - 3
src/entt/core/algorithm.hpp

@@ -12,11 +12,11 @@
 namespace entt {
 
 /**
- * @brief Function object to wrap `std::sort` in a class type.
+ * @brief Function object to wrap `stl::sort` in a class type.
  *
- * Unfortunately, `std::sort` cannot be passed as template argument to a class
+ * Unfortunately, `stl::sort` cannot be passed as template argument to a class
  * template or a function template.<br/>
- * This class fills the gap by wrapping some flavors of `std::sort` in a
+ * This class fills the gap by wrapping some flavors of `stl::sort` in a
  * function object.
  */
 struct std_sort {