File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ declare class Sequence {
180180
181181 /**
182182 * Clones a sequence.
183- * @returns the clone Sequence .
183+ * @returns a boolean indicating whether the cloning was successful .
184184 */
185- clone ( ) : Sequence
185+ clone ( ) : boolean
186186
187187 /**
188188 * Creates a new sequence from the source sequence's in and out points.
Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ declare class Sequence {
153153
154154 /**
155155 * Clones a sequence.
156- * @returns the clone Sequence .
156+ * @returns a boolean indicating whether the cloning was successful .
157157 */
158- clone ( ) : Sequence
158+ clone ( ) : boolean
159159
160160 /**
161161 * Creates a new sequence from the source sequence's in and out points.
Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ declare class Sequence {
172172
173173 /**
174174 * Clones a sequence.
175- * @returns the clone Sequence .
175+ * @returns a boolean indicating whether the cloning was successful .
176176 */
177- clone ( ) : Sequence
177+ clone ( ) : boolean
178178
179179 /**
180180 * Creates a new sequence from the source sequence's in and out points.
You can’t perform that action at this time.
0 commit comments