docs: Fix formatting (#3205)

This commit is contained in:
Justin Goette 2023-01-03 13:25:36 -05:00 committed by GitHub
parent 5d8ed2df51
commit b58f2ed338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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!
```
```