minor comment change

This commit is contained in:
David Greenspan
2015-03-30 12:42:01 -07:00
parent e1ab096f6d
commit cfdea06e47

View File

@@ -22,7 +22,7 @@ ObserveSequence = {
//
// @param sequenceFunc {Function} a reactive function returning a
// sequence type. The currently supported sequence types are:
// 'null', arrays and cursors.
// Array, Cursor, and null.
//
// @param callbacks {Object} similar to a specific subset of
// callbacks passed to `cursor.observe`