Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjørn Olav Ruud committed Dec 9, 2016
1 parent 11c24de commit 6b61fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Usage.md
Expand Up @@ -90,7 +90,7 @@ let key = "book"
cache.setValue(weaveworld, for: key)

let data: Data? = cache.value(for: key)
print("Data length: \(data.length)")
print("Data size: \(data.count)")

let text: String? = cache.value(for: key)
print("JSON string: \(text)")
Expand Down

0 comments on commit 6b61fe6

Please sign in to comment.