Fix escaping plural 's' after inlined code

Also add missing inline code formatting to Custom drawing in 2D.
This commit is contained in:
Rémi Verschelde
2018-12-13 15:01:56 +01:00
parent 3bb7e488f5
commit dc2dfb6224
2 changed files with 26 additions and 26 deletions

View File

@@ -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.