summaryrefslogtreecommitdiff
path: root/lib/Simplestore.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Simplestore.pm')
-rw-r--r--lib/Simplestore.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Simplestore.pm b/lib/Simplestore.pm
index 0a5955f..b6fd096 100644
--- a/lib/Simplestore.pm
+++ b/lib/Simplestore.pm
@@ -66,7 +66,7 @@ Simplestore - simple storage format for hash refs
say $hash->{word}; # purrl
$hash->{foo} = 'bar';
- $hash->{sentence} = "Mind the\nnewnile.;
+ $hash->{sentence} = "Mind the\nnewnile.";
Simplestore::save('somefile', $hash);
# somefile contains: