mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix escaping plural 's' after inlined code
Also add missing inline code formatting to Custom drawing in 2D.
This commit is contained in:
@@ -867,7 +867,7 @@ Basic syntax:
|
||||
|
||||
1. Replace ``switch`` with ``match``
|
||||
2. Remove ``case``
|
||||
3. Remove any ``break``s. If you don't want to ``break`` by default, you can use ``continue`` for a fallthrough.
|
||||
3. Remove any ``break``\ s. If you don't want to ``break`` by default, you can use ``continue`` for a fallthrough.
|
||||
4. Change ``default`` to a single underscore.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user