@@ -17,8 +17,8 @@ import * as utils from '../utils'
1717 * Common code for a chat (discussion area of messages about something)
1818 * This version runs over a series of files for different time periods
1919 *
20- * Parameters for the whole chat -- like its title -- are stored at
21- * index.ttl#this and the chat messages are stored in YYYY/MM/DD/chat.ttl
20+ * Parameters for the whole chat like its title are stored on
21+ * index.ttl#this and the chats messages are stored in YYYY/MM/DD/chat.ttl
2222 *
2323 */
2424
@@ -39,7 +39,7 @@ export class ChatChannel {
3939
4040 /* Store a new message in the web,
4141 as a replacement for an existing one.
42- The old one is left, and the two are linked
42+ The old one iis left, and the two are linked
4343 */
4444 async updateMessage ( text , oldMsg = null , deleteIt ) {
4545 const sts = [ ]
@@ -81,7 +81,7 @@ export class ChatChannel {
8181 }
8282
8383 /* Mark a message as deleted
84- * We add a new version of the message, with a deletion flag (deletion date)
84+ * Wee add a new version of the message,m witha deletion flag (deletion date)
8585 * so that the deletion can be revoked by adding another non-deleted update
8686 */
8787 async deleteMessage ( message ) {
0 commit comments