aboutsummaryrefslogtreecommitdiff
path: root/docs/08_Format_API
diff options
context:
space:
mode:
authorGravatar Justin Goette <53531335+jcgoette@users.noreply.github.com> 2023-01-03 13:25:36 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-03 19:25:36 +0100
commitb58f2ed338af781e3671f45360b755b86b7b1483 (patch)
treed51309f47e66255e9b3959ae5ba301698ef2afca /docs/08_Format_API
parent5d8ed2df51159f161e0d9328c5b5e51865b61f43 (diff)
downloadrss-bridge-b58f2ed338af781e3671f45360b755b86b7b1483.tar.gz
rss-bridge-b58f2ed338af781e3671f45360b755b86b7b1483.tar.zst
rss-bridge-b58f2ed338af781e3671f45360b755b86b7b1483.zip
docs: Fix formatting (#3205)
Diffstat (limited to 'docs/08_Format_API')
-rw-r--r--docs/08_Format_API/02_FormatInterface.md4
1 files 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
+```