From bb16b927e168877fbc84be537bb4d28cc6ffc215 Mon Sep 17 00:00:00 2001 From: Anvith433 Date: Sat, 22 Aug 2026 04:58:43 +0100 Subject: [PATCH] docs: fix typo in format documentation (#242) --- src/documentation/format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/format.md b/src/documentation/format.md index 7249b2e..8a3b32d 100644 --- a/src/documentation/format.md +++ b/src/documentation/format.md @@ -29,7 +29,7 @@ import java.io.IOException; /// /// 1. One /// 2. Two -/// 3. Thre +/// 3. Three /// /// And so on. Definitely peruse up [tutorial on markdown](https://www.markdownguide.org/getting-started/) /// when you have the time.