Skip to content

Commit 29059f5

Browse files
committed
micrometre unit name fix
1 parent da965c5 commit 29059f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/mil/nga/crs/common/Units.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Units {
1212
/**
1313
* Micrometre unit name
1414
*/
15-
public static final String MICROMETRE = "metre";
15+
public static final String MICROMETRE = "micrometre";
1616

1717
/**
1818
* Millimetre unit name

0 commit comments

Comments
 (0)