mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Whitespace
This commit is contained in:
parent
3ae1bf1a8c
commit
a0c5835a43
1 changed files with 3 additions and 3 deletions
|
@ -517,7 +517,7 @@ class ArcanistSpellingDefaultData {
|
|||
"wierd" => "weird",
|
||||
"yur" => "your",
|
||||
|
||||
// Variable common_cpan
|
||||
// Variable common_cpan
|
||||
"refering" => "referring",
|
||||
"writeable" => "writable",
|
||||
"nineth" => "ninth",
|
||||
|
@ -536,8 +536,8 @@ class ArcanistSpellingDefaultData {
|
|||
|
||||
public static function getPartialWordRules() {
|
||||
return array(
|
||||
array (),
|
||||
array (
|
||||
array(),
|
||||
array(
|
||||
'recieve' => 'receive',
|
||||
'uft8' => 'utf8',
|
||||
'lenght' => 'length',
|
||||
|
|
Loading…
Reference in a new issue