From 851990873c090f58c1b34ebed886b2f8fe98965c Mon Sep 17 00:00:00 2001 From: Morgan Evans Date: Thu, 28 Feb 2019 09:15:48 -0500 Subject: [PATCH] ack: clarify file types syntax meaning fix #2805 --- pages/common/ack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/ack.md b/pages/common/ack.md index 9ffed1806..ffd85545b 100644 --- a/pages/common/ack.md +++ b/pages/common/ack.md @@ -6,9 +6,9 @@ `ack {{foo}}` -- Find files in a specific language: +- Find files scoped to a specific programming language: -`ack --ruby {{each_with_object}}` +`ack --ruby {{foo}}` - Count the total number of matches for the term "foo":