Skip to content

Commit cc3cf93

Browse files
giovannibonettijosevalim
authored andcommitted
Clarify text of the release 1.3 blog post (elixir-lang#787)
1 parent 8772817 commit cc3cf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-06-21-elixir-v1-3-0-released.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Elixir v1.3 introduces the `Calendar` module as well as 4 new calendar types:
5959
* `NaiveDateTime` - used to store datetimes without a timezone (year, month, day, hour, minute, second, microseconds) in a given calendar. It is called naïve because without a timezone, the datetime may not actually exist. For example, when there are daylight savings changes, a whole hour may not exist (when the clock moves forward) or a particular instant may happen twice (when the clock moves backwards)
6060
* `DateTime` - used to store datetimes with timezone (year, month, day, hour, minute, second, microsecond and time zone, with abbreviation, UTC and standard offset)
6161

62-
The current Calendar modules and its types is to provide a base for interoperatibility in the ecosystem instead of full-featured datetime API. This release includes basic functionality for building new types and converting them from and back strings.
62+
The aim of the current implementation of the Calendar modules and its types is to provide a base for interoperatibility in the ecosystem instead of full-featured datetime API. This release includes basic functionality for building new types and converting them from and back strings.
6363

6464
Elixir v1.3 also introduces 3 new sigils related to the types above:
6565

0 commit comments

Comments
 (0)