From ce3ec46c19bb25e75d27c927e99eea4989ba7b51 Mon Sep 17 00:00:00 2001 From: Adrianus Kleemans Date: Mon, 20 Jul 2026 21:03:52 +0200 Subject: [PATCH] Fix space + typo --- docs/developer-docs/rich-presence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/rich-presence.md b/docs/developer-docs/rich-presence.md index bf4b82e4..af2c53bc 100644 --- a/docs/developer-docs/rich-presence.md +++ b/docs/developer-docs/rich-presence.md @@ -201,9 +201,9 @@ It is built by replacing any macros in the display string with text from a Looku This means use the Lookup or Format that's called `Powerup`, and give it whatever 8-bit value is in the address 0x756. After converting, put the result in between "Using " and "!". -**NOTE**: Lookup/Format names are case sensitive and must exactly match the usage in the Display string: `@test(0x1234)` will not find `Format:Test` +**NOTE**: Lookup/Format names are case-sensitive and must exactly match the usage in the Display string: `@test(0x1234)` will not find `Format:Test` -**NOTE**: Lookup/Format definitions cannot contain spaces before or after the name. `@test(0x1234)` will not find `Format:test ` or `Format: test` +**NOTE**: Lookup/Format definitions cannot contain spaces before or after the name. `@test(0x1234)` will not find `Format:test ` or `Format: test` ### Example Lookup Breakdown