Correction: Use null instead of NaN when stationary (#173) · w3c/geolocation@9d5829e (original) (raw)

Original file line number Diff line number Diff line change
@@ -943,10 +943,9 @@

943 943 </dt>
944 944 <dd>
945 945 A {{double?}} that represents the heading in
946 - degrees, or `null` if not available, or `NaN` if
947 - the device is stationary. Heading measures the
948 - direction in which the device is moving relative to
949 - true north.
946 + degrees, or `null` if not available or the device
947 + is stationary. Heading measures the direction in
948 + which the device is moving relative to true north.
950 949 </dd>
951 950 </dl>
952 951 </li>