Merge pull request #266 from duckduckgo/jag/improvement/latex

Latex: Remove redundant trigger word.
master
Jag Talon 2013-12-12 10:10:28 -08:00
commit 934f8df7c9
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';