From 31ee7af3ab805b1c7b64b7a03ff2b663b8030265 Mon Sep 17 00:00:00 2001
From: MisterE123 <61124264+MisterE123@users.noreply.github.com>
Date: Sun, 19 Nov 2023 14:46:40 -0500
Subject: [PATCH] lua_api.md: Add tick marks to position HUD element

---
 doc/lua_api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lua_api.md b/doc/lua_api.md
index 3ba51809e..a15225246 100644
--- a/doc/lua_api.md
+++ b/doc/lua_api.md
@@ -1630,7 +1630,7 @@ HUD
 HUD element types
 -----------------
 
-The position field is used for all element types.
+The `position` field is used for all element types.
 To account for differing resolutions, the position coordinates are the
 percentage of the screen, ranging in value from `0` to `1`.