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

Skip to content

Commit 7f49b7a

Browse files
committed
cosmetics/typos
1 parent 2837970 commit 7f49b7a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ \section{Built-in Functions}
233233
expression.
234234
\end{funcdesc}
235235

236-
\begin{funcdesc}{open}{filename\, \optional{mode\optional{\, bufsize}}}
236+
\begin{funcdesc}{open}{filename\optional{\, mode\optional{\, bufsize}}}
237237
Return a new file object (described earlier under Built-in Types).
238238
The first two arguments are the same as for \code{stdio}'s
239239
\code{fopen()}: \var{filename} is the file name to be opened,

Doc/lib/libsys.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ \section{Built-in Module \sectcode{sys}}
9090
it to a larger value may increase performance for programs using
9191
threads. Setting it to a value <= 0 checks every virtual instruction,
9292
maximizing responsiveness as well as overhead.
93-
\end{datadesc}
93+
\end{funcdesc}
9494

9595
\begin{funcdesc}{settrace}{tracefunc}
9696
Set the system's trace function, which allows you to implement a

Doc/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ \section{Built-in Functions}
233233
expression.
234234
\end{funcdesc}
235235

236-
\begin{funcdesc}{open}{filename\, \optional{mode\optional{\, bufsize}}}
236+
\begin{funcdesc}{open}{filename\optional{\, mode\optional{\, bufsize}}}
237237
Return a new file object (described earlier under Built-in Types).
238238
The first two arguments are the same as for \code{stdio}'s
239239
\code{fopen()}: \var{filename} is the file name to be opened,

Doc/libsys.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ \section{Built-in Module \sectcode{sys}}
9090
it to a larger value may increase performance for programs using
9191
threads. Setting it to a value <= 0 checks every virtual instruction,
9292
maximizing responsiveness as well as overhead.
93-
\end{datadesc}
93+
\end{funcdesc}
9494

9595
\begin{funcdesc}{settrace}{tracefunc}
9696
Set the system's trace function, which allows you to implement a

0 commit comments

Comments
 (0)