We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a332757 commit 1ca79d6Copy full SHA for 1ca79d6
misc_docs/syntax/language_external.mdx
@@ -2,7 +2,7 @@
2
id: "external"
3
keywords: ["external", "javascript"]
4
name: "external"
5
-summary: "This is the `external` language construct."
+summary: "This is the `external binding` keyword."
6
category: "languageconstructs"
7
---
8
@@ -33,4 +33,4 @@ var root = Path.dirname("/User/github");
33
* [Bind to JS Object](/docs/manual/latest/bind-to-js-object)
34
* [Bind to JS Function](/docs/manual/latest/bind-to-js-function)
35
* [Import From JavaScript](/docs/manual/latest/import-from-export-to-js#import-from-javascript)
36
-* [Bind to Global JS Values](/docs/manual/latest/bind-to-global-js-values)
+* [Bind to Global JS Values](/docs/manual/latest/bind-to-global-js-values)
0 commit comments