Semi-colons -> colons

This commit is contained in:
Giacomand
2014-01-02 18:09:42 +00:00
parent 6ffd6174d1
commit aa871ce509
+1 -1
View File
@@ -134,7 +134,7 @@ You must write BYOND code with absolute pathing, like so:
```
You must not use semi-colons to override safety checks, instead of using proper type casting.
You must not use colons to override safety checks on an object's variable/function, instead of using proper type casting.
It is rarely allowed to put type paths in a text format, as they is no compile errors if the type path no longer exists.