Skip to content

Commit 211c102

Browse files
committed
upd
1 parent bd41364 commit 211c102

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
- [Whack XML](./overview/xml/whack.md)
1313
- [WhackDS](./overview/whackds.md)
1414
- [Tooling](./overview/tooling.md)
15-
- [Access control namespaces](./overview/access-control.md)
15+
- [Namespaces](./overview/namespaces.md)
1616
- [Event model](./overview/event-model.md)
1717
- [Conditional compilation](./overview/conditional-compilation.md)
1818
- [Clonage](./overview/clonage.md)
19-
- [Iteration capabilities](./overview/iteration.md)
19+
- [Iteration](./overview/iteration.md)
2020
- [Environment variables](./overview/env.md)
2121
- [Type matching](./overview/type-matching.md)
2222
- [Scope](./scope.md)

src/overview/iteration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Iteration capabilities
1+
# Iteration
22

33
ShockScript features full object-oriented iteration.
44

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Access control namespaces
1+
# Namespaces
22

3-
ShockScript allows the user to define properties tied to a namespace, which is useful for version control and protection.
3+
ShockScript define properties whose name is tied to a namespace, which is useful for version control and protection.
44

55
```
66
package com.company.runner {

0 commit comments

Comments
 (0)