We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
list.length=
1 parent a2ceec3 commit 5cc2ca1Copy full SHA for 5cc2ca1
sdk/lib/core/list.dart
@@ -337,7 +337,7 @@ abstract class List<E> implements EfficientLengthIterable<E> {
337
* Increasing the length fails if the element type does not allow `null`.
338
*
339
* Throws an [UnsupportedError] if the list is fixed-length or
340
- * if attempting tp enlarge the list when `null` is not a valid element.
+ * if attempting to enlarge the list when `null` is not a valid element.
341
*/
342
set length(int newLength);
343
0 commit comments