We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6539709 commit 1bb52dbCopy full SHA for 1bb52db
source/concepts.tex
@@ -1205,14 +1205,14 @@
1205
\pnum
1206
\begin{note}
1207
The \libconcept{semiregular} concept is modeled by types that behave similarly
1208
-to built-in types like \tcode{int}, except that they need not
+to fundamental types like \tcode{int}, except that they need not
1209
be comparable with \tcode{==}.
1210
\end{note}
1211
1212
1213
1214
The \libconcept{regular} concept is modeled by types that behave similarly to
1215
-built-in types like \tcode{int} and that are comparable with
+fundamental types like \tcode{int} and that are comparable with
1216
\tcode{==}.
1217
1218
\end{itemdescr}
0 commit comments