Skip to content
Snippets Groups Projects
Commit 5aefb206 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

fixed a typo

Rev: lib/modules/Array.pmod:1.20
parent 58af0a5b
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ mixed map(mixed arr, mixed fun, mixed ... args) ...@@ -38,7 +38,7 @@ mixed map(mixed arr, mixed fun, mixed ... args)
return ret; return ret;
default: default:
error("Bad argument 2 to map_array().\n"); error("Bad argument 2 to Array.map().\n");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment