File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2134,7 +2134,7 @@ Parser.prototype = function(){
2134
2134
* or
2135
2135
* S* '{' S* [ declaration | margin ]? [ ';' S* [ declaration | margin ]? ]* '}' S*
2136
2136
* Note that this is how it is described in CSS3 Paged Media, but is actually incorrect.
2137
- * A semicolon is only necessary following a declaration is there's another declaration
2137
+ * A semicolon is only necessary following a declaration if there's another declaration
2138
2138
* or margin afterwards.
2139
2139
*/
2140
2140
var tokenStream = this . _tokenStream ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ PropertyValueIterator.prototype.next = function(){
105
105
* Returns the previous part of the property value or null if there is no
106
106
* previous part.
107
107
* @return {parserlib.css.PropertyValuePart } The previous part of the
108
- * property value or null if there is no next part.
108
+ * property value or null if there is no previous part.
109
109
* @method previous
110
110
*/
111
111
PropertyValueIterator . prototype . previous = function ( ) {
You can’t perform that action at this time.
0 commit comments