From 5d10836dd321494286416536d26f324cae4f2585 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 3 Jun 2020 01:10:26 -0700 Subject: [PATCH] doc/Factoids.md: update --- doc/Factoids.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Factoids.md b/doc/Factoids.md index 39037b84..3ed2a47c 100644 --- a/doc/Factoids.md +++ b/doc/Factoids.md @@ -385,7 +385,7 @@ List `$variables` and [Selectors](Commands.md#selectors) can accept trailing exp There are two categories of expansion modifiers. Selection modifiers and text modifiers. -Selection modifiers control how values are chosen from the `$variable`'s list. +Selection modifiers control how values are chosen from the `$variable` or Selector list. !echo $colors:pick(3) red pink green