docs: fix typo in PushConstant instruction

This commit is contained in:
2026-06-05 18:06:54 +02:00
parent 66fdd1dc9c
commit 6605b3264f
+1 -1
View File
@@ -14,7 +14,7 @@ enum class instruction_t : std::uint8_t {
/**
* @brief Pushes a constant onto the stack.
*
* Pushes a constant from the constant pool denoted by two next bytes in low-endian onto the stack.
* Pushes a constant from the constant pool denoted by two next bytes in little-endian onto the stack.
*/
PushConstant,