summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-14 10:59:39 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-14 10:59:39 +0200
commit8816703a5411eadfd3269164a9737e287fcd25ea (patch)
treed1e14441987c2c75b301d0dc83bb2461e0ef8e13
parente0f3ddcbb1edda0f171f5eb5392724e7622c3ded (diff)
Fixed a typo in the SYNOPSIS
-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: