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

Fix typo (#18785)

parent 2e559584
...@@ -38,7 +38,7 @@ enum BoxShape { ...@@ -38,7 +38,7 @@ enum BoxShape {
// Don't add more, instead create a new ShapeBorder. // Don't add more, instead create a new ShapeBorder.
} }
/// Base class for box borders that can paint as rectangle, circles, or rounded /// Base class for box borders that can paint as rectangles, circles, or rounded
/// rectangles. /// rectangles.
/// ///
/// This class is extended by [Border] and [BorderDirectional] to provide /// This class is extended by [Border] and [BorderDirectional] to provide
......
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