cosmetics

This commit is contained in:
Frank B. Brokken 2023-09-20 14:05:07 +02:00
parent 18b4df545d
commit 4066451a30

View file

@ -45,9 +45,10 @@ is also possible; here, neither the pointer nor what it points to may be
changed.
The i(rule of thumb) for the placement of the keyword tt(const) is the
following: whatever occurs to the em(left) to the keyword may not be changed.
following: what's written to the em(left) of tt(const) may not be changed.
Although simple, this rule of thumb is often used. For example,
Although simple, this rule of thumb is, unfortunately, not often used. For
example,
hi(Stroustrup)
Bjarne Stroustrup states (in
hi(http://www.stroustrup.com/...)