Skip to content

Commit

Permalink
tiny doc patch by nine++, name of parameter to Parrot_api_run_bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 9, 2011
1 parent fad30ea commit 4934d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embed/bytecode.c
Expand Up @@ -137,7 +137,7 @@ Parrot_api_ready_bytecode(Parrot_PMC interp_pmc, Parrot_PMC pbc,
=item C<Parrot_Int Parrot_api_run_bytecode(Parrot_PMC interp_pmc, Parrot_PMC
pbc, Parrot_PMC args)>
Runs the bytecode C<pbc> passing optional C<mainargs> parameters. This function
Runs the bytecode C<pbc> passing optional C<args> parameters. This function
returns a true value if this call is successful and false value otherwise.
=cut
Expand Down

0 comments on commit 4934d51

Please sign in to comment.