From ec7e3878b8600cf6909e73f3a4439df1536a0b8e Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Mon, 14 Mar 2022 12:24:56 -0500 Subject: [PATCH] simple typo, easily overlooked --- manual/source/datarules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/source/datarules.rst b/manual/source/datarules.rst index 5d78594be..f716e3e6a 100644 --- a/manual/source/datarules.rst +++ b/manual/source/datarules.rst @@ -555,7 +555,7 @@ NeXus Data Units Given the plethora of possible applications of NeXus, it is difficult to define units to use. Therefore, the general rule is that you are free to store data in any unit you find fit. However, any field must have a -units attribute which describes the units, Wherever possible, SI units are +units attribute which describes the units. Wherever possible, SI units are preferred. NeXus units are written as a string attribute (``NX_CHAR``) and describe the engineering units. The string should be appropriate for the value.