]> gitweb.factorcode.org Git - factor.git/commitdiff
gilded-rose: fix a mistranslated condition
authorAlexander Ilin <alex.ilin@protonmail.com>
Sun, 3 Mar 2024 20:59:00 +0000 (21:59 +0100)
committerAlexander Ilin <alex.ilin@protonmail.com>
Sun, 3 Mar 2024 20:59:00 +0000 (21:59 +0100)
extra/gilded-rose/gilded-rose.factor

index 034a019381278a409171e6f206c907534f44e6e7..d6bbb0f7ef5531ee336f5762cb0497c1567977e9 100644 (file)
@@ -52,7 +52,7 @@ TUPLE: Item
 
         i this Items>> nth SellIn>> 0 < [
             i this Items>> nth Name>> "Aged Brie" = not [
-                i this Items>> nth Name>> "Backstage passes to a TAFKAL80ETC concert" = [
+                i this Items>> nth Name>> "Backstage passes to a TAFKAL80ETC concert" = not [
                     i this Items>> nth Quality>> 0 > [
                         i this Items>> nth Name>> "Sulfuras, Hand of Ragnaros" = not [
                             i this Items>> nth Quality>> 1 -