You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran across a listing in the first book (41, in section 8.1, FWIW), where I expected highlighting, but it was missing.
In the source a string of tildes followed by "C++ Highlight" appears to mark a section as class "Highlight" (upper-case h).
However, the proper class is "highlight" (lower-case h), so "C++ highlight" would seem to be the correct annotation.
This only seems to be the case in the first book, and it contains 16 instances that should be changed.
I am fine creating the PR if desired.