Skip to content

Commit

Permalink
Fix small typo in function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Axelson authored and whitfin committed Oct 16, 2018
1 parent dfd2794 commit 291799a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cachex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ defmodule Cachex do
* `:ttl`
</br>
An expiration time to set for the provided key (time-to-line), overriding
An expiration time to set for the provided key (time-to-live), overriding
any default expirations set on a cache. This value should be in milliseconds.
## Examples
Expand Down Expand Up @@ -1027,7 +1027,7 @@ defmodule Cachex do
* `:ttl`
</br>
An expiration time to set for the provided keys (time-to-line), overriding
An expiration time to set for the provided keys (time-to-live), overriding
any default expirations set on a cache. This value should be in milliseconds.
## Examples
Expand Down

0 comments on commit 291799a

Please sign in to comment.