Commit a386e961 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Spelling correction in TypeParser spec.

parent 12b12d39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ describe JsDuck::TypeParser do
      parse("!String").should == true
    end

    it "doesn't matches both nullable and non-nullable at the same time" do
    it "doesn't accept both nullable and non-nullable at the same time" do
      parse("?!String").should == false
      parse("!?String").should == false
    end