Browse Source

doc: typo

Michele Caini 3 years ago
parent
commit
2e8c5ea2de
1 changed files with 1 additions and 1 deletions
  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. */