We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c901ba7 commit 90034b9Copy full SHA for 90034b9
exercises/concept/boutique-inventory-improvements/.docs/instructions.md
@@ -43,7 +43,7 @@ BoutiqueInventory.new([
43
44
# 2. Refactor `total_stock`
45
46
-Refactor `total_stock` to use the new block shortcut you've learnt rather than hashes.
+Refactor `total_stock` to use the openstruct's method, rather than referencing a hash.
47
As a reminder, the method should return::
48
49
```ruby
0 commit comments