This repository was archived by the owner on May 10, 2024. It is now read-only.
Commit f13216a
authored
DOC: Updated Client.md within js_reference folder.
const collection = await client.createCollection({
name: "my_collection",
metadata: {
"description": "My first collection"
}
});
In above code snippet, the JavaScript object of metadata property has a "description" property, which ideally should be written as description without the "" (double quotes).
Thus, this double quotes is removed from the Client.md file.1 parent ad2ce53 commit f13216a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments