From 5cbea79f71c063305ad4302ee3563e443f5a1ce4 Mon Sep 17 00:00:00 2001 From: dahnte <70238020+dahnte@users.noreply.github.com> Date: Sun, 24 Sep 2023 15:24:50 -0700 Subject: [PATCH] Missing ` for code block end (#33) --- src/en/general-development/codebase-info/conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/en/general-development/codebase-info/conventions.md b/src/en/general-development/codebase-info/conventions.md index 2e71900b1..fd2e14906 100644 --- a/src/en/general-development/codebase-info/conventions.md +++ b/src/en/general-development/codebase-info/conventions.md @@ -536,7 +536,7 @@ You may use `PhysicsComponent` static body anchoring but *only* if you know what - type: Physics - type: Anchorable # Content, but generalized - type: Emitter # A component for a specific type of item - `` + ``` ### YAML and data-field naming `PascalCase` is used for IDs and component names. @@ -577,4 +577,4 @@ Every player-facing string ever needs to be localized. ``` Not this ```ftl= - traitor-message = ... \ No newline at end of file + traitor-message = ...