File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,13 +211,13 @@ described by the portal
211211
212212.. code-block :: lisp
213213
214- (parameter (member (root https://www.npmjs.com/package/mkdirp) default) 0 )
214+ (parameter 0 (member default (root https://www.npmjs.com/package/mkdirp))
215215
216216 As a more complicated example,
217217
218218.. code-block :: lisp
219219
220- (parameter (parameter (member (instance (member (root https://www.npmjs.com/package/bluebird) Promise)) then) 1) 0 )
220+ (parameter 0 (parameter 1 (member then (instance (member Promise (root https://www.npmjs.com/package/bluebird))))) )
221221
222222 describes the first parameter of a function passed as second argument to the ``then `` method of
223223the ``Promise `` constructor exported by package ``bluebird ``.
You can’t perform that action at this time.
0 commit comments