stream-edit: Fix typo in comment.

This commit is contained in:
Vishwesh Jainkuniya 2018-05-05 10:56:27 +05:30 committed by Tim Abbott
parent 0463bb2c5e
commit 3a514c7e41
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ exports.change_stream_description = function (e) {
$(".stream_change_property_info").hide();
channel.patch({
// Stream names might contain unsafe characters so we must encode it first.
// Description might contain unsafe characters so we must encode it first.
url: '/json/streams/' + stream_id,
data: {
description: JSON.stringify(description),