From 262d2b61d4463598dbf6aa19e35ef9ad9dd30ea3 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 11 Mar 2022 22:47:29 -0800 Subject: [PATCH] rename rename --- docs/CARS_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CARS_template.md b/docs/CARS_template.md index f3ae0fad20..40a482301b 100644 --- a/docs/CARS_template.md +++ b/docs/CARS_template.md @@ -16,13 +16,13 @@ Tier Criteria: **All supported cars can move between the tiers as support changes.** -{% for tier, cars in tiers %} +{% for tier, car_rows in tiers %} ## {{tier}} Cars |{{columns | join('|')}}| |---|---|---|:---:|:---:|:---:|:---:|:---:| -{% for car in cars %} -|{{car | join('|')}}| +{% for row in car_rows %} +|{{row | join('|')}}| {% endfor %} {% endfor %}