chore: fix comment

Signed-off-by: pkucode <cssjtu@163.com>
This commit is contained in:
pkucode 2024-08-07 18:14:57 +08:00
parent 7b8ef98846
commit 4e0d09bebe

View file

@ -26238,7 +26238,7 @@ var JSHINT = (function() {
/** /**
* The `expression` function is the heart of JSHint's parsing behaior. It is * 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. * 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 * denotation") function, but it is only used on the first token of a
* statement. This simplifies usage in statement-oriented languages like * statement. This simplifies usage in statement-oriented languages like
* JavaScript. * JavaScript.