src/java.base/share/classes/java/time/Instant.java
changeset 48739 59bba47f435e
parent 47216 71c04702a3d5
child 49433 b6671a111395
--- a/src/java.base/share/classes/java/time/Instant.java	Fri Feb 02 13:44:26 2018 -0800
+++ b/src/java.base/share/classes/java/time/Instant.java	Fri Feb 02 12:34:58 2018 -0800
@@ -610,7 +610,7 @@
      * <p>
      * The epoch second count is a simple incrementing count of seconds where
      * second 0 is 1970-01-01T00:00:00Z.
-     * The nanosecond part of the day is returned by {@link #getNano}.
+     * The nanosecond part is returned by {@link #getNano}.
      *
      * @return the seconds from the epoch of 1970-01-01T00:00:00Z
      */