ctags: fix typos
"funtions" -> "functions" "beeing" -> "being"
This commit is contained in:
parent
18bb97f46b
commit
2472601dd4
@ -53,7 +53,7 @@ with pkgs.lib;
|
||||
"--regex-PHP=/function[ \\t]+([^ (]*)/\\1/f/"
|
||||
];
|
||||
|
||||
# Javascript: also find unnamed functions and funtions beeing passed within a dict.
|
||||
# Javascript: also find unnamed functions and functions being passed within a dict.
|
||||
# the dict properties is used to implement duck typing in frameworks
|
||||
# var foo = function () { ... }
|
||||
# {
|
||||
|
Loading…
Reference in New Issue
Block a user