mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix the documentation comment for logical_geometry.rs.
This commit is contained in:
parent
fc62243f81
commit
c2fa5f3b4f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/// Geometry in flow-relative space.
|
||||
//! Geometry in flow-relative space.
|
||||
|
||||
use geom::{Size2D, Point2D, SideOffsets2D, Rect};
|
||||
use std::cmp::{min, max};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue