Skip to content

Commit 1748885

Browse files
authored
Update reactjs.md
1 parent 0594edd commit 1748885

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/overview/relation/reactjs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ As to Map objects:
9494
m = { ...m, k: v };
9595
```
9696

97-
## References
97+
## Fixtures
9898

99-
In Jet+Spot the concept of "refs" is more formally called *references*.
99+
In Jet+Spot the concept of "refs" is called *fixtures*.
100100

101101
```
102102
package com.business.components {
103103
//
104104
public function HelloWorld() {
105-
[Reference]
105+
[Fixture]
106106
var button:Button?;
107107
108108
//
@@ -166,4 +166,5 @@ Unlike with React.js, there is built-in support for linking style sheets in a Sp
166166
</j:Container>
167167
```
168168

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

0 commit comments

Comments
 (0)