Skip to content

Commit

Permalink
fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Aug 10, 2023
1 parent 93d4d94 commit be57282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/values/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ type
else:
discard

# TODO(VM/values/types) Re-optimize Valuo object size
# TODO(VM/values/types) Re-optimize Value object size
# Quantity + Rational values specifically
# labels: vm, values, enhancement
Value* {.final,acyclic.} = ref object
Expand Down

0 comments on commit be57282

Please sign in to comment.