mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 05:20:16 +02:00
Stray space after q-push! in intro.
This commit is contained in:
parent
041d1dd126
commit
ab85b49900
1 changed files with 1 additions and 1 deletions
|
@ -1212,7 +1212,7 @@ This module implements queues holding arbitrary scheme objects and
|
|||
designed for efficient first-in / first-out operations.
|
||||
|
||||
@code{make-q} creates a queue, and objects are entered and removed
|
||||
with @code{enq!} and @code{deq!}. @code{q-push!} and @code{q-pop!}
|
||||
with @code{enq!} and @code{deq!}. @code{q-push!} and @code{q-pop!}
|
||||
can be used too, treating the front of the queue like a stack.
|
||||
|
||||
@sp 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue