Skip to content

Commit 90034b9

Browse files
authored
Update instructions.md (#1618)
Clarifies the final point, which is wrong written. (Thanks to https://forum.exercism.org/t/final-task-for-boutique-inventory-improvements/8906 for the nudge)
1 parent c901ba7 commit 90034b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/boutique-inventory-improvements/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ BoutiqueInventory.new([
4343

4444
# 2. Refactor `total_stock`
4545

46-
Refactor `total_stock` to use the new block shortcut you've learnt rather than hashes.
46+
Refactor `total_stock` to use the openstruct's method, rather than referencing a hash.
4747
As a reminder, the method should return::
4848

4949
```ruby

0 commit comments

Comments
 (0)