File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -201,11 +201,13 @@ has-key($map, $keys...)
201
201
202
202
* If there is more than one element in ` $keys ` :
203
203
204
- * Let ` map ` be the value assigned to ` key ` in ` $map `
204
+ * Let ` value ` be the value assigned to ` key ` in ` $map `
205
+
206
+ * If ` value ` is not a map, return boolean ` false ` .
205
207
206
208
* Let ` keys ` be all but the first element in ` $keys `
207
209
208
- * Call ` has-key() ` with ` map ` and expanded ` keys ` as arguments
210
+ * Call ` has-key() ` with ` value ` and expanded ` keys ` as arguments
209
211
210
212
* Otherwise, return boolean ` true `
211
213
@@ -273,8 +275,7 @@ merge($map1, $args...)
273
275
274
276
* Let ` set-args ` be the result of appending ` sub-merged ` to the list ` keys `
275
277
276
- * Return the result of calling ` set() ` with ` $map1 ` and expanded ` set-args `
277
- as arguments.
278
+ * Call ` set() ` with ` $map1 ` and expanded ` set-args ` as arguments.
278
279
279
280
* Otherwise:
280
281
You can’t perform that action at this time.
0 commit comments