mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0033766: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -208,8 +208,8 @@ public:
|
||||
Add(theRight);
|
||||
}
|
||||
|
||||
//! Returns new vector as adding curent vector with the value "theRight".
|
||||
//! An exception is raised if the vectors have not the same length.
|
||||
//! Returns new vector as adding current vector with the value "theRight".
|
||||
//! An exception is raised if the vectors do not have the same length.
|
||||
//! An exception is raised if the lengths are not equal.
|
||||
Standard_NODISCARD inline math_VectorBase Added(const math_VectorBase& theRight) const;
|
||||
|
||||
|
Reference in New Issue
Block a user