From 428a8f57e9a5caf8949702daf401cdd0832e5dd1 Mon Sep 17 00:00:00 2001 From: "J. Lewis Muir" Date: Tue, 20 Feb 2018 10:20:37 -0600 Subject: [PATCH] Fix typos in Channel Filters doc --- src/std/filters/filters.dbd.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/std/filters/filters.dbd.pod b/src/std/filters/filters.dbd.pod index db97907a5..f1a848469 100644 --- a/src/std/filters/filters.dbd.pod +++ b/src/std/filters/filters.dbd.pod @@ -146,9 +146,9 @@ Note: Negative index numbers address from the end of the array, with C<-1> being =item Square bracket notation C<[start:increment:end]> (shorthand) -The common square bracket notation with can be used in place of JSON. +The common square bracket notation which can be used in place of JSON. Any parameter may be omitted (keeping the colons) to use the default value. -If only one colon is included, this means C<[start:end]> with a increment of 1. +If only one colon is included, this means C<[start:end]> with an increment of 1. If only a single parameter is used C<[index]> the filter returns one element. =item Start index C<"s">