This commit is contained in:
Mikkel Nygaard Ravn 2018-06-25 10:11:24 +02:00 committed by GitHub
parent 2e559584e2
commit 095f48d051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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