summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose AƱasco <joseanasco1@gmail.com>2016-09-19 02:47:13 -0400
committerAleksei Magusev <lexmag@me.com>2016-09-19 08:47:13 +0200
commit762e7de8adf8d6f1b9a451d7b3577e99fb08c8ef (patch)
tree54dbf649129692ba0f5ec9d7c13808fe3278b10d
parentc2bdbff1f4e6c27f881f8432eb5d10edc2d1976b (diff)
downloadelixir-762e7de8adf8d6f1b9a451d7b3577e99fb08c8ef.tar.gz
Fix typo in Calendar moduledoc (#5227)
-rw-r--r--lib/elixir/lib/calendar.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/calendar.ex b/lib/elixir/lib/calendar.ex
index ffc99735a..933ba66b8 100644
--- a/lib/elixir/lib/calendar.ex
+++ b/lib/elixir/lib/calendar.ex
@@ -5,7 +5,7 @@ defmodule Calendar do
Currently it defines types and the minimal implementation
for a calendar behaviour in Elixir. The goal of the Calendar
- features in Elixir is to provide a base for interoperatibility
+ features in Elixir is to provide a base for interoperability
instead of full-featured datetime API.
For the actual date, time and datetime structures, see `Date`,