Skip to content

Commit

Permalink
Fix vector type comment edit
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jan 9, 2025
1 parent 018a2e5 commit cecb346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analysis/src/EmbeddedBuiltinDefinitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ declare class vector end
)BUILTIN";

static const std::string kBuiltinDefinitionVectorType = R"BUILTIN(
-- TODO: this will be replaced with a built-in primitive type
-- While vector would have been better represented as a built-in primitive type, type solver class handling covers most of the properties
declare class vector
x: number
y: number
Expand Down

0 comments on commit cecb346

Please sign in to comment.