Skip to content

Commit

Permalink
updated the app file comments
Browse files Browse the repository at this point in the history
  • Loading branch information
richcarl authored and Eric Merritt committed Aug 10, 2010
1 parent ab14a31 commit f2caaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter_12/nifs/json_parser/ebin/json_parser.app
@@ -1,7 +1,7 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-

{application, json_parser,
[{description, "JSON parser (using plain ports)"},
[{description, "JSON parser (using NIFs)"},
{vsn, "0.1.0"},
{modules, [json_parser]},
{applications, [kernel, stdlib]}
Expand Down
2 changes: 1 addition & 1 deletion chapter_12/port_driver/json_parser/ebin/json_parser.app
@@ -1,7 +1,7 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-

{application, json_parser,
[{description, "JSON parser (using plain ports)"},
[{description, "JSON parser (using a port driver)"},
{vsn, "0.1.0"},
{modules, [jp_app,
jp_sup,
Expand Down

0 comments on commit f2caaaf

Please sign in to comment.