From d455165d25cf60db86a06fea99566a86432bb294 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Thu, 3 Sep 2020 18:46:06 +0300 Subject: [PATCH] Update DOCS.md --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index dac7ae4..40f6883 100644 --- a/DOCS.md +++ b/DOCS.md @@ -259,7 +259,7 @@ $ kubectl logs ... | fx 'select(x => x.status == 500)' .message $ kubectl logs ... | fx 'filter(x => x.status < 499)' .message ``` -> Note, what if use override `filter`/`select` in _.fxrc_ you still able to access them with prefix: +> If `filter`/`select` overridden in _.fxrc_ you still able to access them with prefix: > `std.select(cb)` or `std.filter(cd)` ## Interactive mode