Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e57f6c

Browse files
committed
Fixed small typo
1 parent 2c1e6cd commit 8e57f6c

File tree

1 file changed

+1
-1
lines changed
  • Classic Computer Science Problems in Swift.playground/Pages/Chapter 8.xcplaygroundpage

1 file changed

+1
-1
lines changed

‎Classic Computer Science Problems in Swift.playground/Pages/Chapter 8.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let items = [Item(name: "television", weight: 50, value: 500),
6262
Item(name: "jewelry", weight: 1, value: 4000),
6363
Item(name: "books", weight: 100, value: 300),
6464
Item(name: "printer", weight: 18, value: 30),
65-
Item(name: "refridgerator", weight: 200, value: 700),
65+
Item(name: "refrigerator", weight: 200, value: 700),
6666
Item(name: "painting", weight: 10, value: 1000)]
6767
knapsack(items: items, maxCapacity: 75)
6868

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /