Skip to content

Commit

Permalink
docs: fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Nov 11, 2023
1 parent d428e91 commit d5b17a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/Simple-Utility/graph/Edge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ namespace sl::graph::edge
*/

/**
* \brief Customization point, retrieving the destination vertex of a the given edge.
* \brief Customization point, retrieving the destination vertex of the given edge.
*/
inline constexpr detail::destination_fn destination{};

Expand Down Expand Up @@ -252,7 +252,7 @@ namespace sl::graph::edge
*/

/**
* \brief Customization point, retrieving the weight of a the given edge.
* \brief Customization point, retrieving the weight of the given edge.
*/
inline constexpr detail::weight_fn weight{};

Expand Down
4 changes: 2 additions & 2 deletions include/Simple-Utility/graph/Node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ namespace sl::graph::node
*/

/**
* \brief Customization point, retrieving the related vertex of a the given node.
* \brief Customization point, retrieving the related vertex of the given node.
*/

inline constexpr detail::vertex_fn vertex{};
Expand Down Expand Up @@ -194,7 +194,7 @@ namespace sl::graph::node
*/

/**
* \brief Customization point, retrieving the rank of a the given node.
* \brief Customization point, retrieving the rank of the given node.
*/

inline constexpr detail::rank_fn rank{};
Expand Down

0 comments on commit d5b17a7

Please sign in to comment.