* fix typo in comment

This commit is contained in:
Pascal Brisset
2009-08-24 22:20:09 +00:00
parent 1396917023
commit 9cb97953ee
+1 -1
View File
@@ -81,7 +81,7 @@ val make_geo : radian -> radian -> geographic
(** [make_geo lat long] *)
val make_geo_deg : degree -> degree -> geographic
(** [make_geo lat long] *)
(** [make_geo_deg lat long] *)
val string_degrees_of_geographic : geographic -> string
val string_dms_of_geographic : geographic -> string