aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-18 21:27:35 +0100
committerLoïc Hoguin <[email protected]>2019-12-18 21:27:35 +0100
commitea6b482f82e016aeb171c3fa37734a97a182f63f (patch)
treeba801d030e86da2ee6ef05b57a87d1107ccec49e /src
parent34291d5bb42c03d92522dfa18d38aa0d22bcb8ec (diff)
downloadcowlib-ea6b482f82e016aeb171c3fa37734a97a182f63f.tar.gz
cowlib-ea6b482f82e016aeb171c3fa37734a97a182f63f.tar.bz2
cowlib-ea6b482f82e016aeb171c3fa37734a97a182f63f.zip
Rename cow_uri_templates to cow_uri_template
Fits better since we are dealing with a single template at a time.
Diffstat (limited to 'src')
-rw-r--r--src/cow_uri_template.erl (renamed from src/cow_uri_templates.erl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cow_uri_templates.erl b/src/cow_uri_template.erl
index 32ca07c..eac784f 100644
--- a/src/cow_uri_templates.erl
+++ b/src/cow_uri_template.erl
@@ -15,7 +15,7 @@
%% This is a full level 4 implementation of URI Templates
%% as defined by RFC6570.
--module(cow_uri_templates).
+-module(cow_uri_template).
-export([parse/1]).
-export([expand/2]).