fix typos

This commit is contained in:
IlyaShurupov 2024-03-25 09:23:25 +03:00
parent 7927226484
commit c737f41d8a
18 changed files with 62 additions and 55 deletions

View file

@ -9,8 +9,7 @@ namespace tp::obj {
alnf val;
static ObjectType TypeData;
static ObjectTypeAriphmetics TypeAriphm;
static ObjectTypeArithmetics TypeAriphm;
static void constructor(FloatObject* self);
static void copy(FloatObject* self, const FloatObject* in);