Skip to content

Commit 87fb7ac

Browse files
committed
upd
1 parent ed007c3 commit 87fb7ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/es-statements/dxns-statement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `default xml namespace` statement is used to specify the default E4X namespa
55
```
66
namespace ninja = "http://www.ninja.com/build/2007"
77
8-
{
8+
function f(): void {
99
default xml namespace = ninja
1010
// [[DefaultXMLNamespace]] = "http://www.ninja.com/build/2007"
1111
}
@@ -20,4 +20,4 @@ namespace ninja = "http://www.ninja.com/build/2007"
2020
<ul>
2121
<b>default</b> [no line break] <b>xml</b> [no line break] <b>namespace</b> <b>=</b> <i>NonAssignmentExpression</i><sup>allowIn</sup>
2222
</ul>
23-
</ul>
23+
</ul>

0 commit comments

Comments
 (0)