Kyle Meyer <[email protected]> wrote: > Eric Wong writes: > > +=head1 UPGRADING > > + > > +Occasionally, public-inbox will update it's schema version and > > s/it's/its/ > > (This typo is shared with the docs of public-inbox-extindex and > public-inbox-index.)
Thanks. I think I remember learning this many decades ago :x ---------8<----------- Subject: [PATCH] doc: *index: fix misuse of apostrophe in `its' Reported-by: Kyle Meyer <[email protected]> Link: https://public-inbox.org/meta/[email protected]/ --- Documentation/public-inbox-extindex.pod | 2 +- Documentation/public-inbox-index.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/public-inbox-extindex.pod b/Documentation/public-inbox-extindex.pod index 8370b905..66e04060 100644 --- a/Documentation/public-inbox-extindex.pod +++ b/Documentation/public-inbox-extindex.pod @@ -121,7 +121,7 @@ Default: none, uses C<publicinbox.indexBatchSize> =head1 UPGRADING -Occasionally, public-inbox will update it's schema version and +Occasionally, public-inbox will update its schema version and require a full index by running this command. =head1 CONTACT diff --git a/Documentation/public-inbox-index.pod b/Documentation/public-inbox-index.pod index 011ade3c..11108f78 100644 --- a/Documentation/public-inbox-index.pod +++ b/Documentation/public-inbox-index.pod @@ -319,7 +319,7 @@ Default: none, uses C<publicinbox.indexBatchSize> =head1 UPGRADING -Occasionally, public-inbox will update it's schema version and +Occasionally, public-inbox will update its schema version and require a full index by running this command. =head1 CONTACT
