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

Skip to content

Commit dc40904

Browse files
committed
Hyphenate "built-in" for consistency.
1 parent da70ee1 commit dc40904

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/ext.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ \section{A Simple Example}
134134
conventionally named \var{self} and \var{args}.
135135

136136
The \var{self} argument is only used when the \C{} function implements a
137-
builtin method. This will be discussed later. In the example,
137+
built-in method. This will be discussed later. In the example,
138138
\var{self} will always be a \NULL{} pointer, since we are defining
139139
a function, not a method. (This is done so that the interpreter
140140
doesn't have to understand two different types of \C{} functions.)

Doc/ext/ext.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ \section{A Simple Example}
134134
conventionally named \var{self} and \var{args}.
135135

136136
The \var{self} argument is only used when the \C{} function implements a
137-
builtin method. This will be discussed later. In the example,
137+
built-in method. This will be discussed later. In the example,
138138
\var{self} will always be a \NULL{} pointer, since we are defining
139139
a function, not a method. (This is done so that the interpreter
140140
doesn't have to understand two different types of \C{} functions.)

Doc/lib/liblocale.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ \section{Standard Module \sectcode{locale}}
102102
\end{funcdesc}
103103

104104
\begin{funcdesc}{strxfrm}{string}
105-
Transforms a string to one that can be used for the builtin function
105+
Transforms a string to one that can be used for the built-in function
106106
\function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
107107
results. This function can be used when the same string is compared
108108
repeatedly, e.g. when collating a sequence of strings.

Doc/liblocale.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ \section{Standard Module \sectcode{locale}}
102102
\end{funcdesc}
103103

104104
\begin{funcdesc}{strxfrm}{string}
105-
Transforms a string to one that can be used for the builtin function
105+
Transforms a string to one that can be used for the built-in function
106106
\function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
107107
results. This function can be used when the same string is compared
108108
repeatedly, e.g. when collating a sequence of strings.

0 commit comments

Comments
 (0)