A few docs updates

This commit is contained in:
abalabahaha
2016-01-25 00:49:45 -08:00
parent 79039f08a1
commit 799039588b
4 changed files with 41 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ If any class in Discord extends equality, it means you should never the default
.. code-block:: js
object1.equals(object2); // GOOD ✓
object1 == object2; // BAD ✖
--------