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
Jag Talon 2013-12-12 13:08:20 -05:00
parent ee3e3e1d9d
commit f5a82e00aa
1 changed files with 1 additions and 1 deletions

View File

@ -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';