mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
chore: fix comment
Signed-off-by: pkucode <cssjtu@163.com>
This commit is contained in:
parent
7b8ef98846
commit
4e0d09bebe
1 changed files with 1 additions and 1 deletions
|
@ -26238,7 +26238,7 @@ var JSHINT = (function() {
|
|||
/**
|
||||
* The `expression` function is the heart of JSHint's parsing behaior. It is
|
||||
* based on the Pratt parser, but it extends that model with a `fud` method.
|
||||
* Short for "first null denotation," it it similar to the `nud` ("null
|
||||
* Short for "first null denotation," it is similar to the `nud` ("null
|
||||
* denotation") function, but it is only used on the first token of a
|
||||
* statement. This simplifies usage in statement-oriented languages like
|
||||
* JavaScript.
|
||||
|
|
Loading…
Reference in a new issue