Update readme master
authorCameron Ball <cameron@getapproved.com.au>
Mon, 18 Aug 2014 04:35:38 +0000 (12:35 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Mon, 18 Aug 2014 04:35:38 +0000 (12:35 +0800)
NoteSkins/dance/DivinEntity/README.md

index 44c081a..c700630 100644 (file)
@@ -21,7 +21,7 @@ The way that DIVINE_ENTITY knows about NoteSkin actors is through the "register"
 Using this technique DIVINE_ENTITY becomes a registry of every NoteSkin actor.\r
 \r
 #Usage\r
-Most functions are defined using : syntax. e.g., ```DIVINE_ENTITY:GetActors```, but catch and find are defined using . syntax. : syntax automatically passes a ```self``` parameter to the function, however this is not needed in the case of  ```catch``` and ```contains```.\r
+Most functions are defined using : syntax. e.g., ```DIVINE_ENTITY:GetActors```, but ```catch``` and ```contains``` are defined using . syntax. : syntax automatically passes a ```self``` parameter to the function, however this is not needed in the case of  ```catch``` and ```contains```.\r
 \r
 Every Get function returns a table with a fluent interface, allowing you to chain actor functions on a single line.\r
 \r