Unverified Commit 48ac4090 authored by Dan Field's avatar Dan Field Committed by GitHub

Doc typo in layer.dart (#86033)

parent a4a54508
......@@ -611,7 +611,7 @@ class LayerHandle<T extends Layer> {
/// The [Layer] whose resources this object keeps alive.
///
/// Setting a new value will or null dispose the previously held layer if
/// Setting a new value or null will dispose the previously held layer if
/// there are no other open handles to that layer.
T? get layer => _layer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment