Skip to content

Commit afc03af

Browse files
authored
Update mxml.md
1 parent 1748885 commit afc03af

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/overview/relation/mxml.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ Note that, like with React.js, arrays and structures as states will not trigger
7272
list = [...list, v];
7373
```
7474

75-
## References
75+
## Fixtures
7676

77-
In the top-level of a component, declare references by using the `Reference` meta-data. References have certain use-cases, such as persisting a value across renders, and extracting class-based components from certain tags (in which case the `bind` attribute is used).
77+
In the top-level of a component, declare fixtures by using the `Fixture` meta-data. Fixtures have certain use-cases, such as persisting a value across renders, and extracting class-based components from certain tags (in which case the `bind` attribute is used).
7878

7979
```
80-
[Reference]
80+
[Fixture]
8181
var button:Button? = null;
8282
8383
return (
@@ -114,4 +114,5 @@ Unlike with React.js, there is built-in support for linking style sheets in a Sp
114114
</j:Container>
115115
```
116116

117-
[More on style sheets](../xml-capabilities/jet.md#linking-cascading-style-sheets)
117+
118+
[More on style sheets](../xml-capabilities/jet.md#linking-cascading-style-sheets)

0 commit comments

Comments
 (0)