Latex: Remove redundant trigger word.
It's redundant because the trigger words are not case-sensitive. So "latex" would also trigger on the query "LATEX".master
parent
ee3e3e1d9d
commit
f5a82e00aa
|
@ -3,7 +3,7 @@ package DDG::Goodie::Latex;
|
|||
|
||||
use DDG::Goodie;
|
||||
|
||||
triggers startend => 'latex', 'Latex', 'tex';
|
||||
triggers startend => 'latex', 'tex';
|
||||
primary_example_queries 'latex summation';
|
||||
description 'Show the Latex command for a keyword';
|
||||
category 'cheat_sheets';
|
||||
|
|
Loading…
Reference in New Issue