diff options
| author | 2018-10-01 12:38:21 -0700 | |
|---|---|---|
| committer | 2018-10-01 12:38:21 -0700 | |
| commit | 9d3e4dfd969d2b7b1385d01a7a537092f3f2022c (patch) | |
| tree | e315efa4e2e6ff9a4010528bcb255fe9260d529f | |
| parent | 28a83c8fb7a002b1ca2ee98afd4cedc18dd64507 (diff) | |
| parent | 3bc799f6dcaf927c4bf0565e6c236ad1377d6033 (diff) | |
Merge "docs: bug 72929620, nonoteslas typo" into pi-dev am: 21155ef8bc
am: 3bc799f6dc
Change-Id: I98934a336c1f8c848a705e7f01a706b89ffbdf6d
| -rw-r--r-- | core/java/android/hardware/GeomagneticField.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/hardware/GeomagneticField.java b/core/java/android/hardware/GeomagneticField.java index 94f2ac085965..0d7b695d7f1d 100644 --- a/core/java/android/hardware/GeomagneticField.java +++ b/core/java/android/hardware/GeomagneticField.java @@ -31,7 +31,7 @@ import java.util.GregorianCalendar; * Android may use a newer version of the model. */ public class GeomagneticField { - // The magnetic field at a given point, in nonoteslas in geodetic + // The magnetic field at a given point, in nanoteslas in geodetic // coordinates. private float mX; private float mY; @@ -278,7 +278,7 @@ public class GeomagneticField { } /** - * @return Horizontal component of the field strength in nonoteslas. + * @return Horizontal component of the field strength in nanoteslas. */ public float getHorizontalStrength() { return (float) Math.hypot(mX, mY); |