update comment case for simplefied notation

This commit is contained in:
fffed 2020-10-27 08:37:09 +03:00 committed by GitHub
parent 040d525946
commit 37f57cc1ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@
(array_pattern
(identifier) @parameter))
; ( a ) => null
; a => null
(variable_declarator
value: (arrow_function
parameter: (identifier) @parameter))