mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Fix some typos
Signed-off-by: Dirk Stolle <striezel-dev@web.de>
This commit is contained in:
parent
dca3b2f0c1
commit
f2260e7c18
8 changed files with 12 additions and 12 deletions
|
@ -20,7 +20,7 @@ struct StopRun {
|
|||
stop_count: usize,
|
||||
}
|
||||
|
||||
/// Determines the radius of a circle if it was not explictly provided.
|
||||
/// Determines the radius of a circle if it was not explicitly provided.
|
||||
/// <https://drafts.csswg.org/css-images-3/#typedef-size>
|
||||
fn circle_size_keyword(
|
||||
keyword: ShapeExtent,
|
||||
|
@ -57,7 +57,7 @@ where
|
|||
)
|
||||
}
|
||||
|
||||
/// Determines the radius of an ellipse if it was not explictly provided.
|
||||
/// Determines the radius of an ellipse if it was not explicitly provided.
|
||||
/// <https://drafts.csswg.org/css-images-3/#typedef-size>
|
||||
fn ellipse_size_keyword(
|
||||
keyword: ShapeExtent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue