From b58f2ed338af781e3671f45360b755b86b7b1483 Mon Sep 17 00:00:00 2001 From: Justin Goette <53531335+jcgoette@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:25:36 -0500 Subject: [PATCH] docs: Fix formatting (#3205) --- docs/08_Format_API/02_FormatInterface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/08_Format_API/02_FormatInterface.md b/docs/08_Format_API/02_FormatInterface.md index f216092c..461990a7 100644 --- a/docs/08_Format_API/02_FormatInterface.md +++ b/docs/08_Format_API/02_FormatInterface.md @@ -1,4 +1,4 @@ -The `FormatInterface`interface defines functions that need to be implemented by all formats: +The `FormatInterface` interface defines functions that need to be implemented by all formats: * [display](#the-display-function) * [stringify](#the-stringify-function) @@ -129,4 +129,4 @@ class MyTypeFormat implements FormatInterface { } } // Imaginary empty line! -``` \ No newline at end of file +```