1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-26 00:32:41 +01:00

Update spelling replacement rule for 'algorithmical'

Summary:
I suspect that when people use 'algorithmical', they mean it as an adjective and not an adverb.

'algorithmic' = adjective
'algorithmically' = adverb

Test Plan: Add the word 'algorithmical' to a file. Run `arc lint` on the file. See suggestion to correct it to 'algorithmic'.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6373
This commit is contained in:
epriestley 2013-07-08 09:46:24 -07:00
parent 910df64d31
commit fbcd686e18

View file

@ -51,7 +51,7 @@ class ArcanistSpellingDefaultData {
"albumns" => "albums",
"alegorical" => "allegorical",
"algorith" => "algorithm",
"algorithmical" => "algorithmically",
"algorithmical" => "algorithmic",
"algoritm" => "algorithm",
"algoritms" => "algorithms",
"algorrithm" => "algorithm",