More docs cleanup

This commit is contained in:
Crawl
2017-08-20 22:15:51 +02:00
parent c7d1507e19
commit 2478092d44
7 changed files with 16 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ const Snowflake = require('../util/Snowflake');
class User {
constructor(client, data) {
/**
* The client that created the instance of the the user
* The client that created the instance of the user
* @name User#client
* @type {}
* @readonly