From 26c76756e7d13edd22f85ec1302ea16dde8bc310 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 9 Oct 2023 20:41:28 -0500 Subject: [PATCH] Fix typo in TEMPLATE.j2 --- .generate/TEMPLATE.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generate/TEMPLATE.j2 b/.generate/TEMPLATE.j2 index 59ece2a..f6c38d7 100644 --- a/.generate/TEMPLATE.j2 +++ b/.generate/TEMPLATE.j2 @@ -2,7 +2,7 @@ This repository contains my solutions to various problems on [LeetCode](https://leetcode.com/). -Below is the full table containing all the problems I have solved so far. The table is [automatically generated](./.generate/main.py)automatically generated. +Below is the full table containing all the problems I have solved so far. The table is [automatically generated](./.generate/main.py). | # | Title | Solution | Difficulty | Tags | |---| ----- | -------- | ---------- | ---- | {{ rows }}