mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
0033778: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
//! Gets array, can be null
|
||||
void** GetArray() const { return myArray; }
|
||||
|
||||
//! Gets value by index, no acess validation
|
||||
//! Gets value by index, no access validation
|
||||
void* Value (const size_t theInd) const { return myArray[theInd]; }
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user