0033778: Documentation - Fix various typos found in codebase

This commit is contained in:
luzpaz
2024-07-26 03:51:12 -04:00
committed by GitHub
parent 9fcfec881c
commit 245febe036
62 changed files with 124 additions and 124 deletions

View File

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