Skip to content

Commit f52ffc9

Browse files
authored
[class.access.general] Fix improper \keyword{private} (#6532)
1 parent 90d56db commit f52ffc9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/classes.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4229,9 +4229,7 @@
42294229
\indextext{access control!default}%
42304230
Members of a class defined with the keyword
42314231
\keyword{class}
4232-
are
4233-
\keyword{private}
4234-
by default.
4232+
are private by default.
42354233
Members of a class defined with the keywords
42364234
\keyword{struct} or \keyword{union}
42374235
are public by default.

0 commit comments

Comments
 (0)