Fix redundancy in description
This commit is contained in:
@ -4517,7 +4517,6 @@
|
|||||||
"id": "56533eb9ac21ba0edf2244cf",
|
"id": "56533eb9ac21ba0edf2244cf",
|
||||||
"title": "Record Collection",
|
"title": "Record Collection",
|
||||||
"description": [
|
"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.",
|
"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>.",
|
"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>:",
|
"For the given <code>id</code> in <code>collection</code>:",
|
||||||
|
Reference in New Issue
Block a user