diff options
Diffstat (limited to 'v9.10.0-alpha.1/_static/language_data.js')
-rw-r--r-- | v9.10.0-alpha.1/_static/language_data.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v9.10.0-alpha.1/_static/language_data.js b/v9.10.0-alpha.1/_static/language_data.js index 250f5665..367b8ed8 100644 --- a/v9.10.0-alpha.1/_static/language_data.js +++ b/v9.10.0-alpha.1/_static/language_data.js @@ -5,7 +5,7 @@ * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. * - * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -13,7 +13,7 @@ var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; -/* Non-minified version is copied as a separate JS file, is available */ +/* Non-minified version is copied as a separate JS file, if available */ /** * Porter Stemmer |