mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
This change was introduced in godotengine/godot@1af06d3d. As I was editing the tutorials/inputs/input_examples.rst file I noticed that some C# snippets were triggering lexer errors. It was because they were using string interpolation (with $"") so I changed that as well.