From 7fe557b9d33403d80a9c456209a194ba473a7956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 21 Oct 2016 12:44:18 +0200 Subject: Arrange function order --- src/cow_date.erl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cow_date.erl b/src/cow_date.erl index 8226855..803448b 100644 --- a/src/cow_date.erl +++ b/src/cow_date.erl @@ -201,6 +201,12 @@ horse_http_date_asctime() -> ). -endif. +%% @doc Return the date formatted according to RFC1123. + +-spec rfc1123(calendar:datetime()) -> binary(). +rfc1123(DateTime) -> + rfc7231(DateTime). + %% @doc Return the date formatted according to RFC2109. -spec rfc2109(calendar:datetime()) -> binary(). @@ -238,12 +244,6 @@ horse_rfc2109_12340506_070809() -> ). -endif. -%% @doc Return the date formatted according to RFC1123. - --spec rfc1123(calendar:datetime()) -> binary(). -rfc1123(DateTime) -> - rfc7231(DateTime). - %% @doc Return the date formatted according to RFC7231. -spec rfc7231(calendar:datetime()) -> binary(). -- cgit v1.2.3