Fix module name for ol/sphere

This commit is contained in:
Andreas Hocevar
2018-01-29 17:02:41 +01:00
parent e6036439f6
commit ce2f78e890
+1 -1
View File
@@ -6,7 +6,7 @@
*/ */
/** /**
* @module ol/Sphere * @module ol/sphere
*/ */
import {toRadians, toDegrees} from './math.js'; import {toRadians, toDegrees} from './math.js';
import GeometryType from './geom/GeometryType.js'; import GeometryType from './geom/GeometryType.js';