]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiInspect.pm
lei_inspect: fix typo
[public-inbox.git] / lib / PublicInbox / LeiInspect.pm
index 574da7a7eca8cbaf3f4d54e514c0e13da9193ba8..c277520c03b44eeca3717112607964809f10bc2b 100644 (file)
@@ -74,7 +74,7 @@ sub inspect_docid ($$;$) {
        my $data = $doc->get_data;
        $ent->{docid} = $docid;
        $ent->{data_length} = length($data);
-       $ent->{description} => $doc->get_description;
+       $ent->{description} = $doc->get_description;
        $ent->{$_} = $doc->$_ for (qw(termlist_count values_count));
        my $cur = $doc->termlist_begin;
        my $end = $doc->termlist_end;