Skip to content
Snippets Groups Projects
Commit 801aa21c authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MaL] Typo.

parent 84edc17d
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ bool lessEq(TemplatePoint<T, DIM> const& a, TemplatePoint<T, DIM> const& b,
// a[i] ~= b[i] up to an epsilon. Compare next dimension.
}
// all coordinates a equal up to an epsilon.
// all coordinates are equal up to an epsilon.
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment