fix typo in comment. rs=sayrer

This commit is contained in:
mattwillis@gmail.com 2007-06-01 07:34:22 -07:00
Родитель fe524175eb
Коммит 9bb13b3eaf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -325,7 +325,7 @@ FeedWriter.prototype = {
var entryContainer = this._document.createElementNS(HTML_NS, "div");
entryContainer.className = "entry";
// If the entry has a title, make it a like
// If the entry has a title, make it a link
if (entry.title) {
var a = this._document.createElementNS(HTML_NS, "a");
a.appendChild(this._document.createTextNode(entry.title.plainText()));