Fixed code tags for true/false/null and a few property references

This commit is contained in:
PouleyKetchoupp
2019-11-02 13:09:14 +01:00
parent 98f3ad0062
commit 854185495c
17 changed files with 85 additions and 85 deletions

View File

@@ -33,7 +33,7 @@ You would use it instead of the ``as`` operator if you are pretty sure it won't
**Using the AS operator**
The ``as`` operator returns null if the node cannot be cast to Sprite,
The ``as`` operator returns ``null`` if the node cannot be cast to Sprite,
and for that reason, it cannot be used with value types.
.. code-block:: csharp