Skip to content

Commit 1ca79d6

Browse files
authored
Update external binding summary
1 parent a332757 commit 1ca79d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc_docs/syntax/language_external.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: "external"
33
keywords: ["external", "javascript"]
44
name: "external"
5-
summary: "This is the `external` language construct."
5+
summary: "This is the `external binding` keyword."
66
category: "languageconstructs"
77
---
88

@@ -33,4 +33,4 @@ var root = Path.dirname("/User/github");
3333
* [Bind to JS Object](/docs/manual/latest/bind-to-js-object)
3434
* [Bind to JS Function](/docs/manual/latest/bind-to-js-function)
3535
* [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)
36+
* [Bind to Global JS Values](/docs/manual/latest/bind-to-global-js-values)

0 commit comments

Comments
 (0)