1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0031318: Documentation, TopoDS.hxx - typo in the reference manual

change "onject" to "object" in description of TopoDS class
This commit is contained in:
akaftasev 2020-01-24 16:34:15 +03:00 committed by bugmaster
parent b9f43ad13b
commit 67a843c0d4

View File

@ -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.