From 901ec06f3faf40a348f77cab23e94fd7cb5ff3ed Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 6 Jan 2017 15:30:16 +0900
Subject: [PATCH] Better comment

---
 src/api/authenticate.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/authenticate.ts b/src/api/authenticate.ts
index 50a55e51b7..8d3ed9c328 100644
--- a/src/api/authenticate.ts
+++ b/src/api/authenticate.ts
@@ -16,7 +16,7 @@ export interface IAuthContext {
 	user: any;
 
 	/**
-	 * Weather if the request is via the (Misskey Web Client or user direct) or not
+	 * Weather if the request is via the User-Native Token or not
 	 */
 	isSecure: boolean;
 }