about summary refs log tree commit homepage
path: root/Documentation/technical/data_structures.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/data_structures.txt')
-rw-r--r--Documentation/technical/data_structures.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/data_structures.txt b/Documentation/technical/data_structures.txt
index 5ed21882..11f78041 100644
--- a/Documentation/technical/data_structures.txt
+++ b/Documentation/technical/data_structures.txt
@@ -117,7 +117,7 @@ Per-inbox classes
 
 * PublicInbox::Search - Xapian read-only interface
   Common abbreviation: $srch, $ibx->search
-  Used everywhere if Search::Xapian (or Xapian.pm) is available.
+  Used everywhere if Xapian is available.
 
   Each indexed inbox has one of these, see
   public-inbox-v1-format(5) and public-inbox-v2-format(5)