Skip to content

Commit

Permalink
the value is not actually random
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 19, 2015
1 parent 83e73b0 commit 8ca2b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Config.pm
Expand Up @@ -66,7 +66,7 @@ Mojolicious::Plugin::Config - Perl-ish configuration plugin
# myapp.conf (it's just Perl returning a hash)
{
# A random value
# Just a value
foo => "bar",
# Nested data structures are fine too
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/JSONConfig.pm
Expand Up @@ -41,7 +41,7 @@ Mojolicious::Plugin::JSONConfig - JSON configuration plugin
# myapp.json (it's just JSON with embedded Perl)
{
%# A random value
%# Just a value
"foo": "bar",
%# Nested data structures are fine too
Expand Down

0 comments on commit 8ca2b0b

Please sign in to comment.