diff --git a/Guidelines-for-Developers.md b/Guidelines-for-Developers.md index fc495e9..0f088f8 100644 --- a/Guidelines-for-Developers.md +++ b/Guidelines-for-Developers.md @@ -206,8 +206,8 @@ struct foo template inline int foo(Point const& point) { - // Checking if the geometry type fulfils the concept should be done as early as possible, - // so in the first entry point + // Checking if the geometry type fulfils the concept should be done + // as early as possible, so in the first entry point concept::check(); return dispatch::foo::apply(point);