Skip to content

Commit

Permalink
GRIDEDIT-1548 Fixed comment spelling warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Dec 16, 2024
1 parent 06ddf8a commit c38c831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/MeshKernel/include/MeshKernel/MeshTriangulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace meshkernel
/// @brief Constructor
BoundedArray() : m_size(0) {}

/// @brief Number of elements inthe array
/// @brief Number of elements in the array
UInt size() const
{
return m_size;
Expand Down

0 comments on commit c38c831

Please sign in to comment.