mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Fix typos (#2866)
* Fix typos in comments * Fix typos in demo texts * Fix typos in code names * Fix typos in cargos * Fix typos in changelogs
This commit is contained in:
@@ -813,7 +813,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_quadratic_dfferent_tolerance() {
|
||||
fn test_quadratic_different_tolerance() {
|
||||
let curve = QuadraticBezierShape {
|
||||
points: [
|
||||
Pos2 { x: 110.0, y: 170.0 },
|
||||
@@ -1079,7 +1079,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_quadrtic_flattening() {
|
||||
fn test_quadratic_flattening() {
|
||||
let curve = QuadraticBezierShape {
|
||||
points: [pos2(0.0, 0.0), pos2(80.0, 200.0), pos2(100.0, 30.0)],
|
||||
closed: false,
|
||||
|
||||
Reference in New Issue
Block a user