Fix the documentation comment for logical_geometry.rs.

This commit is contained in:
Ms2ger 2014-11-10 09:45:34 +01:00
parent fc62243f81
commit c2fa5f3b4f

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. */ * 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 geom::{Size2D, Point2D, SideOffsets2D, Rect};
use std::cmp::{min, max}; use std::cmp::{min, max};