An example in second_example_queries was removed from `Tips.pm`.

The example 'root mean square 1,2,3' is for the plugin `Average.pm`.
master
Jag Talon 2012-12-20 14:54:03 -05:00
parent 5ba66304bf
commit b73ad5b385
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use DDG::Goodie;
triggers any => 'tip', 'tips', '%';
primary_example_queries '20% tip on $21.63';
secondary_example_queries '20 percent tip for a $20 bill', 'root mean square 1,2,3';
secondary_example_queries '20 percent tip for a $20 bill';
description 'calculate a total including a percentage tip';
name 'Tips';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Tips.pm';