Skip to content

Commit

Permalink
Missing ` for code block end (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahnte committed Sep 24, 2023
1 parent d0f2f3e commit 5cbea79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/en/general-development/codebase-info/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -577,4 +577,4 @@ Every player-facing string ever needs to be localized.
```
Not this
```ftl=
traitor-message = ...
traitor-message = ...

0 comments on commit 5cbea79

Please sign in to comment.