unit: fix typo in package doc comment

This commit is contained in:
Bailey Lissington
2023-07-03 08:29:10 +10:00
committed by Dan Kortschak
parent fbaba96885
commit 5cac7c547c

View File

@@ -66,7 +66,7 @@
//
// The unit package also provides the Unit type, a representation of a general
// dimensional value. Unit can be used to help prevent errors of dimensionality
// when multiplying or dividing dimensional numbers defined a run time. New
// when multiplying or dividing dimensional numbers defined at run time. New
// variables of type Unit can be created with the New function and the
// Dimensions map. For example, the code
//