Skip to content

Commit c882bf3

Browse files
committed
Update
1 parent 39ad082 commit c882bf3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [Overview](./overview.md)
44
- [Iteration capabilities](./overview/iteration.md)
55
- [ActionScript 3 relationship](./overview/as3.md)
6+
- [Scope](./scope.md)
67
- [Definitions](./definitions.md)
78
- [Types](./types.md)
89
- [Wildcard](./types/wildcard.md)

src/overview.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ ShockScript is a strongly typed, multi-paradigm scripting language, dialect of t
44

55
> **Note**: The document is a work in progress, and may lack content.
66
7-
## Scope
7+
## eXtensible Markup Language
88

9-
This document specifies the language syntax, semantics, execution and global objects included into the language.
10-
11-
## eXtensible Markup
12-
13-
ShockScript incorporates eXtensible Markup suitable for implementing reactive user interfaces.
9+
ShockScript incorporates an eXtensible Markup Language suitable for implementing reactive user interfaces.
1410

1511
## Events
1612

src/scope.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Scope
2+
3+
This document specifies the syntax, semantics, execution and global objects of the ShockScript language.

0 commit comments

Comments
 (0)