From f7a8f9bbd1bfb1b594eda5811bd063ddd3383805 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 22 Jun 2017 00:59:04 +0700 Subject: [PATCH] Oops this comment needs a rewrite --- errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.js b/errors.js index a29fdfe83..79731dad6 100644 --- a/errors.js +++ b/errors.js @@ -164,7 +164,7 @@ const ErrPermissionUpdateUsername = new APIError('You do not have permission to status: 403 }); -// ErrSameUsernameProvided returned attempts to update their username with the same username. +// ErrSameUsernameProvided is returned when attempting to update a username to the same username. const ErrSameUsernameProvided = new APIError('Same username provided.', { translation_key: 'SAME_USERNAME_PROVIDED', status: 400