From f5dcf0444eefd567034953615c75fe1000760f6c Mon Sep 17 00:00:00 2001
From: BuildTools <46540330+willkroboth@users.noreply.github.com>
Date: Sun, 13 Aug 2023 19:31:27 -0400
Subject: [PATCH] Fix markdownlint errors in native.md

---
 docssrc/src/native.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docssrc/src/native.md b/docssrc/src/native.md
index 9fbb4331d6..5c02119b2c 100644
--- a/docssrc/src/native.md
+++ b/docssrc/src/native.md
@@ -82,7 +82,7 @@ This can now be used via the following command examples:
 
 </div>
 
----
+-----
 
 You may also create a `NativeProxyCommandSender` object yourself using the static `from` method:
 
@@ -106,4 +106,4 @@ This `CommandSender` will work the same as any other `NativeProxyCommandSender`
 {{#include ../../commandapi-documentation-code/src/main/kotlin/dev/jorel/commandapi/examples/kotlin/ExamplesKotlinDSL.kt:native2}}
 ```
 
-</div>
\ No newline at end of file
+</div>