summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-04-14 11:59:03 +0100
committerNick White <git@njw.name>2020-04-14 11:59:03 +0100
commit2f5f587dca00ce508b4877a0f2ed049b6937112f (patch)
tree4100237350d9df13d2e5c346e914b19bfeccda14
parentb4849ccab46cf3f55f109436153e45a175888792 (diff)
Adjust documentation a tad
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index d600b51..823ac2f 100644
--- a/doc.go
+++ b/doc.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
/*
-Package bookpipeline contains various tools and functions for the OCR of
+The bookpipeline package contains various tools and functions for the OCR of
books, with a focus on distributed OCR using short-lived virtual servers.
It also contains several tools that are useful standalone; read the
accompanying README for more details.