Skip to content

Commit

Permalink
clarify math.add native function description
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Aug 8, 2018
1 parent 5a7b3f6 commit b286e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aseba/vm/natives.c
Expand Up @@ -394,7 +394,7 @@ void AsebaNative_vecadd(AsebaVMState *vm)
const AsebaNativeFunctionDescription AsebaNativeDescription_vecadd =
{
"math.add",
"adds src1 and src2 to dest, element by element",
"adds src1 and src2, write to dest, element by element",
{
{ -1, "dest" },
{ -1, "src1" },
Expand Down

0 comments on commit b286e99

Please sign in to comment.