Skip to content

Commit 5b1e21a

Browse files
author
Baris Sencan
committed
Update README.md
1 parent c6c0015 commit 5b1e21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ internal struct Person: Deserializable {
164164
}
165165
}
166166

167-
var jsonString = "[{\"name\": \"Rocket Raccoon\"}, {\"name\": \"Groot\"}]"
167+
let jsonString = "[{\"name\": \"Rocket Raccoon\"}, {\"name\": \"Groot\"}]"
168168
var people = [Person]()
169169

170170
people <-- jsonString

0 commit comments

Comments
 (0)