Skip to content

Commit 1bb52db

Browse files
authored
[concepts.object] Change "built-in" to "fundamental" types (#6012)
1 parent 6539709 commit 1bb52db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/concepts.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,14 +1205,14 @@
12051205
\pnum
12061206
\begin{note}
12071207
The \libconcept{semiregular} concept is modeled by types that behave similarly
1208-
to built-in types like \tcode{int}, except that they need not
1208+
to fundamental types like \tcode{int}, except that they need not
12091209
be comparable with \tcode{==}.
12101210
\end{note}
12111211

12121212
\pnum
12131213
\begin{note}
12141214
The \libconcept{regular} concept is modeled by types that behave similarly to
1215-
built-in types like \tcode{int} and that are comparable with
1215+
fundamental types like \tcode{int} and that are comparable with
12161216
\tcode{==}.
12171217
\end{note}
12181218
\end{itemdescr}

0 commit comments

Comments
 (0)