From a7e31533d5d2721f9688c4816596793e3ff3ec8b Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Wed, 24 Mar 2021 10:25:45 +0300 Subject: [PATCH] SC2177: add missing word to the description --- SC2177.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2177.md b/SC2177.md index 9070f2f..cf502dd 100644 --- a/SC2177.md +++ b/SC2177.md @@ -1,4 +1,4 @@ -## 'time' is undefined for compound commands, time sh -c instead. +## 'time' is undefined for compound commands, use time sh -c instead. ### Problematic code: