diff options
author | Sharif Nassar <sharif@mediatemple.net> | 2014-02-05 15:01:45 -0800 |
---|---|---|
committer | Sharif Nassar <sharif@mediatemple.net> | 2014-02-05 15:01:45 -0800 |
commit | a972e0645b31cf1eb89874cb08b403bdc0fad3a4 (patch) | |
tree | b0287e655c51232037602dcd112d3a4a8a53906c /README.markdown | |
parent | 5b85e7c39f34b3004881517f886d7f06f8f2a440 (diff) |
Remove trailing whitespace
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 822b8af..273c47a 100644 --- a/README.markdown +++ b/README.markdown @@ -225,7 +225,7 @@ delete_undef_values Deletes all instances of the undef value from an array or hash. *Examples:* - + $hash = delete_undef_values({a=>'A', b=>'', c=>undef, d => false}) Would return: {a => 'A', b => '', d => false} |