summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-07-13 15:12:09 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-07-13 15:12:09 +0200
commit15373a580fa11783a28084f8456211dd84c270b8 (patch)
tree0b15e7bfd39cbac83ad19735de051d55d893142d /rebar.config
parent71c2f17c9b2eef655423f87a71c767f964f478e2 (diff)
Fix typo s/of/on/
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 210d193..1c62a55 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,7 +8,7 @@
%% Types dict:dict() and digraph:digraph() have been introduced in Erlang 17.
%% At the same time, their counterparts dict() and digraph() are to be
%% deprecated in Erlang 18. namespaced_types option is used to select proper
-%% type name depending of the OTP version used.
+%% type name depending on the OTP version used.
{erl_opts,
[
{platform_define, "^[0-9]+", namespaced_types}