mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-16 05:47:11 +02:00
Minor comment fix in the shared utility header.
This commit is contained in:
@ -1400,12 +1400,12 @@ struct StackStrF
|
||||
};
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* Netrieve the string representation of a certain type.
|
||||
* Retrieve the string representation of a certain type.
|
||||
*/
|
||||
CSStr SqTypeName(SQObjectType type);
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* Netrieve the string representation of a certain type from a value on the stack.
|
||||
* Retrieve the string representation of a certain type from a value on the stack.
|
||||
*/
|
||||
String SqTypeName(HSQUIRRELVM vm, SQInteger idx);
|
||||
|
||||
|
Reference in New Issue
Block a user