--- CBOR-XS/doc/value-sharing.pod 2013/11/28 10:16:50 1.2 +++ CBOR-XS/doc/value-sharing.pod 2013/11/28 10:39:06 1.3 @@ -137,7 +137,7 @@ The following cyclic Perl data structure references itself from within itself. Here a decoder will see a reference to the shared value I -it has decoded the shared value itself: +it has completely decoded the shared value: $data = []; $data->[0] = $data; # make the first array eleemnt refer to the array