File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148 <path >meta-data/bindable.md</path >
149149 </section >
150150 <section >
151- <title >RecordLike </title >
152- <path >meta-data/recordlike .md</path >
151+ <title >Record </title >
152+ <path >meta-data/record .md</path >
153153 </section >
154154 </sections >
155155 </section >
Original file line number Diff line number Diff line change @@ -114,12 +114,12 @@ string of Priority.LOW: low
114114string of Priority.HIGH: high
115115```
116116
117- The following program demonstrates using ` RecordLike ` classes to initialise a class using an object initialiser:
117+ The following program demonstrates using ` Record ` classes to initialise a class using an object initialiser:
118118
119119```
120120package
121121{
122- [RecordLike ]
122+ [Record ]
123123 public class AcquisitionOptions
124124 {
125125 public var color:String;
Original file line number Diff line number Diff line change 1- The ` [RecordLike ] ` meta-data indicates that a class may be instantiated through the object initialiser (` { ... } ` ) expression.
1+ The ` [Record ] ` meta-data indicates that a class may be instantiated through the object initialiser (` { ... } ` ) expression.
22
33``` as3
44package com.demo
55{
6- [RecordLike ]
6+ [Record ]
77 public class Options
88 {
99 public var speed:Number;
You can’t perform that action at this time.
0 commit comments