From: akaftasev Date: Fri, 24 Jan 2020 13:34:15 +0000 (+0300) Subject: 0031318: Documentation, TopoDS.hxx - typo in the reference manual X-Git-Tag: V7_5_0_beta~221 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FIR-2020-04-17;p=occt.git 0031318: Documentation, TopoDS.hxx - typo in the reference manual change "onject" to "object" in description of TopoDS class --- diff --git a/src/TopoDS/TopoDS.hxx b/src/TopoDS/TopoDS.hxx index 382036d0c1..988f82aaac 100644 --- a/src/TopoDS/TopoDS.hxx +++ b/src/TopoDS/TopoDS.hxx @@ -54,7 +54,7 @@ class TopoDS_Iterator; //! Provides methods to cast objects of class -//! TopoDS_Shape to be onjects of more specialized +//! TopoDS_Shape to be objects of more specialized //! sub-classes. Types are verified, thus in the example //! below, the first two blocks are correct but the third is //! rejected by the compiler.