From 7b311b0e4aa8ce1a389c279336423573da83a75f Mon Sep 17 00:00:00 2001 From: btheado Date: Thu, 25 Nov 2021 10:20:30 -0500 Subject: [PATCH] Fix duplicate example id for map filter run prefix (#6281) --- .../filters/syntax/Map Filter Run Prefix (Examples).tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid b/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid index d84ef4897..f079cbd76 100644 --- a/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid @@ -1,5 +1,5 @@ created: 20210618134753828 -modified: 20211029082538212 +modified: 20211125145519506 tags: [[Filter Syntax]] [[Filter Run Prefix Examples]] [[Map Filter Run Prefix]] title: Map Filter Run Prefix (Examples) type: text/vnd.tiddlywiki @@ -16,4 +16,4 @@ For each title in a shopping list, calculate the total cost of purchasing each i <<.operator-example 2 "[tag[shopping]] :map[get[quantity]else[0]multiply{!!price}]">> For each title in a shopping list, prefix it with its position in the list: -<<.operator-example 2 "[tag[shopping]] :map[addprefix[-]addprefix]">> \ No newline at end of file +<<.operator-example 3 "[tag[shopping]] :map[addprefix[-]addprefix]">> \ No newline at end of file