mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Fix comment typo
This commit is contained in:
parent
6d675fc783
commit
e4eee4e281
1 changed files with 2 additions and 1 deletions
|
@ -738,7 +738,8 @@ class StorageBox {
|
|||
class search
|
||||
{
|
||||
/**
|
||||
* Words that we should exclude from the inverted index
|
||||
* Words that we should exclude from the inverted index.
|
||||
* @source http://xpo6.com/list-of-english-stop-words/
|
||||
* @var string[]
|
||||
*/
|
||||
public static $stop_words = [
|
||||
|
|
Loading…
Reference in a new issue