Remove ' \'

This commit is contained in:
JeremyStar™ 2024-05-07 21:11:08 +02:00
parent 37da7a8a41
commit 14b5989f26
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -74,7 +74,7 @@ Short examples: \
`true` -> `'true'` \
`Vector2(69.064, PI)` -> `'x=69.064 y=3.14159265358979'` \
`"This is a test string"` -> `'"This is a test string"'` \
Full example: \
Full example:
```
Code:
logger.diag(stringify_variables("Triggered %trigger% (pos=%position%, successful=%success%)", { "trigger": "shoot", "position": Vector2(5156.149, 581.69), "success": true }))