mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
spelling: javascript
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
e6cd8c9519
commit
c30949b411
@@ -1125,9 +1125,9 @@ class UnparseGuile(UnparsePython):
|
||||
)
|
||||
|
||||
|
||||
class UnparseJavascript(UnparsePython):
|
||||
class UnparseJavaScript(UnparsePython):
|
||||
"""
|
||||
Unparse AST to generate Javascript script code.
|
||||
Unparse AST to generate JavaScript script code.
|
||||
|
||||
Note: only part of AST types are supported (just the types used by
|
||||
the script to test WeeChat scripting API).
|
||||
|
||||
Reference in New Issue
Block a user