diff options
Diffstat (limited to 'public/vendor/codemirror/mode/perl')
-rw-r--r-- | public/vendor/codemirror/mode/perl/perl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/perl/perl.js b/public/vendor/codemirror/mode/perl/perl.js index bef62bc7..66e4ed03 100644 --- a/public/vendor/codemirror/mode/perl/perl.js +++ b/public/vendor/codemirror/mode/perl/perl.js @@ -268,7 +268,7 @@ CodeMirror.defineMode("perl",function(){ chmod :1, // - changes the permissions on a list of files chomp :1, // - remove a trailing record separator from a string chop :1, // - remove the last character from a string - chown :1, // - change the owership on a list of files + chown :1, // - change the ownership on a list of files chr :1, // - get character this number represents chroot :1, // - make directory new root for path lookups close :1, // - close file (or pipe or socket) handle |