Skip to content

Commit a7e69b5

Browse files
author
L. Grondin
committed
FIFO is a queue and LIFO is a stack
1 parent f175d77 commit a7e69b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S99-glossary.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ cross, zip, hyperify or assignify fiddly operators.
608608

609609
L<First In First Out|https://en.wikipedia.org/wiki/FIFO>, a fairly common data
610610
structure in programming languages.
611-
In Perl 6 an array behaves as such when used as a L</stack>.
611+
In Perl 6 an array behaves as such when used as a L</queue>.
612612
See also L</LIFO>.
613613

614614
=head2 flap
@@ -956,7 +956,7 @@ results in a library.
956956
=head2 LIFO
957957

958958
L<Last In First Out|https://en.wikipedia.org/wiki/LIFO_(computing)>, a fairly common data structure in computer science.
959-
In Perl 6 arrays behave as such when used as L</queue>. See also L</FIFO>.
959+
In Perl 6 arrays behave as such when used as L</stack>. See also L</FIFO>.
960960

961961
=head2 List
962962

0 commit comments

Comments
 (0)