Michele Caini 3 лет назад
Родитель
Сommit
2e8c5ea2de
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/entt/graph/adjacency_matrix.hpp

+ 1 - 1
src/entt/graph/adjacency_matrix.hpp

@@ -122,7 +122,7 @@ public:
     using out_edge_iterator = edge_iterator;
     /*! @brief In edge iterator type. */
     using in_edge_iterator = edge_iterator;
-    /*! @brieg Graph category tag. */
+    /*! @brief Graph category tag. */
     using graph_category = Category;
 
     /*! @brief Default constructor. */