From b73ad5b385a99d8aa14c9972c27a89dfa8daac9c Mon Sep 17 00:00:00 2001 From: Jag Talon Date: Thu, 20 Dec 2012 14:54:03 -0500 Subject: [PATCH] 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`. --- lib/DDG/Goodie/Tips.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DDG/Goodie/Tips.pm b/lib/DDG/Goodie/Tips.pm index 5ab7e1e4d..71182218a 100755 --- a/lib/DDG/Goodie/Tips.pm +++ b/lib/DDG/Goodie/Tips.pm @@ -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';