diff --git a/GildedRoseRequirements.txt b/GildedRoseRequirements.txt index e2bfd98a..2e74aae6 100644 --- a/GildedRoseRequirements.txt +++ b/GildedRoseRequirements.txt @@ -20,7 +20,7 @@ Pretty simple, right? Well this is where it gets interesting: - "Aged Brie" actually increases in Quality the older it gets - The Quality of an item is never more than 50 - "Sulfuras", being a legendary item, never has to be sold or decreases in Quality - - "Backstage passes", like aged brie, increases in Quality as it's SellIn value approaches; + - "Backstage passes", like aged brie, increases in Quality as its SellIn value approaches; Quality increases by 2 when there are 10 days or less and by 3 when there are 5 days or less but Quality drops to 0 after the concert @@ -35,4 +35,4 @@ ownership (you can make the UpdateQuality method and Items property static if yo for you). Just for clarification, an item can never have its Quality increase above 50, however "Sulfuras" is a -legendary item and as such its Quality is 80 and it never alters. \ No newline at end of file +legendary item and as such its Quality is 80 and it never alters.