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
parent
5ba66304bf
commit
b73ad5b385
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue