jdk/src/share/classes/java/time/chrono/ChronoZonedDateTime.java
changeset 21278 ef8a3a2a72f2
parent 20795 8ec9e5b79828
child 24256 da9a41004459
--- a/jdk/src/share/classes/java/time/chrono/ChronoZonedDateTime.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/time/chrono/ChronoZonedDateTime.java	Tue Oct 29 17:01:06 2013 +0400
@@ -158,7 +158,7 @@
      * This method matches the signature of the functional interface {@link TemporalQuery}
      * allowing it to be used as a query via method reference, {@code ChronoZonedDateTime::from}.
      *
-     * @param temporal  the temporal objec t to convert, not null
+     * @param temporal  the temporal object to convert, not null
      * @return the date-time, not null
      * @throws DateTimeException if unable to convert to a {@code ChronoZonedDateTime}
      * @see Chronology#zonedDateTime(TemporalAccessor)