From 43b06c42dd0fa987191ff663a40b81bbf356c0d8 Mon Sep 17 00:00:00 2001 From: Lieuwe Rooijakkers Date: Thu, 16 Jul 2015 22:21:28 +0200 Subject: [PATCH] Meteor.Error: Fix self.error comment --- packages/meteor/errors.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/meteor/errors.js b/packages/meteor/errors.js index 662ed71c11..cf2777dab8 100644 --- a/packages/meteor/errors.js +++ b/packages/meteor/errors.js @@ -80,8 +80,7 @@ Meteor.Error = Meteor.makeErrorType( function (error, reason, details) { var self = this; - // Currently, a numeric code, likely similar to a HTTP code (eg, - // 404, 500). That is likely to change though. + // String code uniquely identifying this kind of error. self.error = error; // Optional: A short human-readable summary of the error. Not