Skip to content

Commit 8ee3310

Browse files
committed
Storable: fix typo in README
Fixes #22738.
1 parent 874dd5f commit 8ee3310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/Storable/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ complex and circular it is, provided it contains only SCALAR, ARRAY,
2727
HASH (possibly tied) and references (possibly blessed) to those items.
2828

2929
At a later stage, or in another program, you may retrieve data from
30-
the stored file and recreate the same hiearchy in memory. If you
30+
the stored file and recreate the same hierarchy in memory. If you
3131
had blessed references, the retrieved references are blessed into
3232
the same package, so you must make sure you have access to the
3333
same perl class than the one used to create the relevant objects.

0 commit comments

Comments
 (0)