summaryrefslogtreecommitdiff
path: root/prism_compile.c
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-10-20 10:58:23 +0100
committerMatt Valentine-House <matt@eightbitraptor.com>2023-10-30 19:44:42 +0000
commitb0f715fa3bb5e89a11fa3449d216e77635426a58 (patch)
tree6ed331b98c1ce0f94263e09a1b0fb1b66d111917 /prism_compile.c
parent85beca6e418baecddc0f01e8a7d86d42c3e96bbf (diff)
More accurate functions documentation
Diffstat (limited to 'prism_compile.c')
-rw-r--r--prism_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prism_compile.c b/prism_compile.c
index d198d972a2..86c29ed5f0 100644
--- a/prism_compile.c
+++ b/prism_compile.c
@@ -1211,7 +1211,7 @@ pm_compile_defined_expr(rb_iseq_t *iseq, const pm_defined_node_t *defined_node,
*
* iseq - The current instruction sequence object (used for locals)
* node - The prism node to compile
- * ret - The linked list of instruction sequences to append instructions onto
+ * ret - The linked list of instructions to append instructions onto
* popped - True if compiling something with no side effects, so instructions don't
* need to be added
* scope_node - Stores parser and local information