Skip to content

Commit

Permalink
renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
sata committed Nov 2, 2015
1 parent 03bfcfd commit 0419c2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PROJECT = pp_records
PROJECT = pp_record

include erlang.mk
4 changes: 2 additions & 2 deletions src/pp_rec.app.src → src/pp_record.app.src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{application, pp_rec, [
{description, "pretty print records"},
{application, pp_record, [
{description, "pretty print record"},
{vsn, "0.1.0"},
{modules, []},
{registered, []},
Expand Down
4 changes: 2 additions & 2 deletions src/pp_rec.erl → src/pp_record.erl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
%%% -*- coding: utf-8 -*-
%%% @doc
%%%
%%% Pretty prints Erlang records using record definitions.
%%% Pretty prints records using record definitions with help of epp.
%%% Almost all of the code is taken from shell.erl where
%%% shell commands `rp` and `rr` are defined.
%%%
%%% @end
-module(pp_rec).
-module(pp_record).

%% ------------------------------------------------------------------
%% API Function Exports
Expand Down

0 comments on commit 0419c2b

Please sign in to comment.