File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/dstructs/stack Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ len = stack.length;
327
327
328
328
## See Also
329
329
330
- - <span class =" package-name " >[ ` @stdlib/utils /fifo ` ] [ @stdlib/utils /fifo ] </span ><span class =" delimiter " >: </span ><span class =" description " >first-in-first-out (FIFO) queue.</span >
330
+ - <span class =" package-name " >[ ` @stdlib/dstructs /fifo ` ] [ @stdlib/dstructs /fifo ] </span ><span class =" delimiter " >: </span ><span class =" description " >first-in-first-out (FIFO) queue.</span >
331
331
332
332
</section >
333
333
@@ -339,7 +339,7 @@ len = stack.length;
339
339
340
340
<!-- <related-links> -->
341
341
342
- [ @stdlib/utils /fifo ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils /fifo
342
+ [ @stdlib/dstructs /fifo ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs /fifo
343
343
344
344
<!-- </related-links> -->
345
345
You can’t perform that action at this time.
0 commit comments