From aa871ce509cd46870a4de0c8120c4fd5ca1676e4 Mon Sep 17 00:00:00 2001 From: Giacomand Date: Thu, 2 Jan 2014 18:09:42 +0000 Subject: [PATCH] Semi-colons -> colons --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee18c61ccb5..136b237edfa 100644 --- a/README.md +++ b/README.md @@ -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.