Skip to content

Commit

Permalink
gilded-rose: fix a mistranslated condition
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ilin committed Mar 3, 2024
1 parent c4cde44 commit 1f0af60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/gilded-rose/gilded-rose.factor
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit 1f0af60

Please sign in to comment.