Merge pull request #9319 from arun1595/fix/description-redundancy

Fix redundancy in description
This commit is contained in:
Mrugesh Mohapatra
2016-06-23 12:51:59 +00:00
committed by GitHub

View File

@ -4517,7 +4517,6 @@
"id": "56533eb9ac21ba0edf2244cf",
"title": "Record Collection",
"description": [
"You are given an object representing (a small part of) your record collection. Each album is identified by a unique id number and has several properties. Not all albums have complete information.",
"You are given a JSON object representing (a small part of) your record collection. Each album is identified by a unique id number (its key) and has several properties. Not all albums have complete information.",
"Write a function which takes an <code>id</code>, a property (<code>prop</code>), and a <code>value</code>.",
"For the given <code>id</code> in <code>collection</code>:",