Unverified Commit cd34e6cc authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Fix typo (#17958)

parent d79f2ee2
...@@ -255,7 +255,7 @@ AxisDirection flipAxisDirection(AxisDirection axisDirection) { ...@@ -255,7 +255,7 @@ AxisDirection flipAxisDirection(AxisDirection axisDirection) {
/// along that axis in numerically decreasing order. /// along that axis in numerically decreasing order.
/// ///
/// Specifically, returns true for [AxisDirection.up] and [AxisDirection.left] /// Specifically, returns true for [AxisDirection.up] and [AxisDirection.left]
/// and false for [AxisDirection.down] for [AxisDirection.right]. /// and false for [AxisDirection.down] and [AxisDirection.right].
bool axisDirectionIsReversed(AxisDirection axisDirection) { bool axisDirectionIsReversed(AxisDirection axisDirection) {
assert(axisDirection != null); assert(axisDirection != null);
switch (axisDirection) { switch (axisDirection) {
......
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