Skip to content

Commit 1be1662

Browse files
committed
Update Indices documentation
We now mention a list that is not continuous. Signed-off-by: Connor Behan <[email protected]>
1 parent b8368d1 commit 1be1662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/properties/Indices.cnb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"cell_id": 9717721989471119742,
197197
"cell_origin": "client",
198198
"cell_type": "input",
199-
"source": "{x,y,z}::Coordinate.\n{a,b,c}::Indices(values={x,y,z}).\n{m,n,p}::Indices(values={0,1,2}).\n{q,r,s}::Indices(values={0..3})."
199+
"source": "{x,y,z}::Coordinate.\n{a,b,c}::Indices(values={x,y,z}).\n{d,e,f}::Indices(values={0,1,3}).\n{m,n,p}::Indices(values={0,1,2}).\n{q,r,s}::Indices(values={0..3})."
200200
},
201201
{
202202
"cell_id": 5245275082540183677,
@@ -207,11 +207,11 @@
207207
"cell_id": 16921403430064941369,
208208
"cell_origin": "client",
209209
"cell_type": "latex_view",
210-
"source": "When the values specified here are integers, an automatic \\prop{Integer} property will\nbe generated that reflects these values. So e.g. the third line above leads to an \nautomatic attachment"
210+
"source": "When values is a sequence or a list of integers with no gaps, an automatic \n\\prop{Integer} property will be generated that reflects these values. So e.g. the \nlast line above (but not the middle line) leads to an automatic attachment"
211211
}
212212
],
213213
"hidden": true,
214-
"source": "When the values specified here are integers, an automatic \\prop{Integer} property will\nbe generated that reflects these values. So e.g. the fourth line above leads to an \nautomatic attachment"
214+
"source": "When values is a sequence or a list of integers with no gaps, an automatic \n\\prop{Integer} property will be generated that reflects these values. So e.g. the \nlast line above (but not the middle line) leads to an automatic attachment"
215215
},
216216
{
217217
"cell_id": 16647378988601399263,

0 commit comments

Comments
 (0)