bjorn 10 years ago
parent
commit
c5bc2e7961
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rx.lua

+ 1 - 1
rx.lua

@@ -670,7 +670,7 @@ function Observable:skipWhile(predicate)
         skipping = predicate(...)
         skipping = predicate(...)
       end
       end
 
 
-      if not skipipng then
+      if not skipping then
         return observer:onNext(...)
         return observer:onNext(...)
       end
       end
     end
     end