Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit ee3752b

Browse files
committed
Clarify doc comment
1 parent 4dcee95 commit ee3752b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/javascript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const keywords = "break case const continue default delete export extends false
8080
const typescriptKeywords = keywords.concat(["declare", "implements", "private", "protected", "public"].map(kwCompletion))
8181

8282
/// JavaScript support. Includes [snippet](#lang-javascript.snippets)
83-
/// completion.
83+
/// and local variable completion.
8484
export function javascript(config: {jsx?: boolean, typescript?: boolean} = {}) {
8585
let lang = config.jsx ? (config.typescript ? tsxLanguage : jsxLanguage)
8686
: config.typescript ? typescriptLanguage : javascriptLanguage

0 commit comments

Comments
 (0)