Fix an error in the documentation of operator==()

This commit is contained in:
Gennaro Prota
2025-09-12 18:33:05 +02:00
parent ca06119e71
commit 71eaf3136b

View File

@@ -1485,7 +1485,7 @@ public:
//!
//! \return
//! `true` if `a.size() == b.size()` and for all `i` in the range
//! `[0, a.size()]`, `a[ i ] == b[ i ]`. Otherwise `false`.
//! `[0, a.size())`, `a[ i ] == b[ i ]`. Otherwise `false`.
//!
//! \par Throws
//! Nothing.