Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 708c2a8

Browse files
committed
Fix unbalanced parenthesis in text.
1 parent 0e53d23 commit 708c2a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libal.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ \section{\module{al} ---
6262

6363
\subsection{Configuration Objects \label{al-config-objects}}
6464

65-
Configuration objects (returned by \function{newconfig()} have the
65+
Configuration objects returned by \function{newconfig()} have the
6666
following methods:
6767

6868
\begin{methoddesc}[audio configuration]{getqueuesize}{}

Doc/lib/libcurses.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ \subsection{Window Objects \label{curses-window-objects}}
997997

998998
\begin{methoddesc}[window]{timeout}{delay}
999999
Sets blocking or non-blocking read behavior for the window. If
1000-
\var{delay} is negative, blocking read is used, which will wait
1000+
\var{delay} is negative, blocking read is used (which will wait
10011001
indefinitely for input). If \var{delay} is zero, then non-blocking
10021002
read is used, and -1 will be returned by \method{getch()} if no input
10031003
is waiting. If \var{delay} is positive, then \method{getch()} will

0 commit comments

Comments
 (0)