[C++] Missing Superscript Formatting #1142
Open
Labels
Comments
|
This could be fixed by adding a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found one case, where there is a superscript formatting missing in the C++ documentation, leading to a confusing error in the sentence. This is definitely the fault of cppreference.com, because they're not using the proper HTML tag (
<sup>), but aspan.t-su. Assuming they're using this everywhere, there might be other pages in the documentation suffering from this as well. Maybe someone could make the devdocs parser a bit smarter in this case.Example
std::seed_seq::seed_seq: “[...] modulo 232(that is, the lower 32 bits are copied)” instead of “modulo 232”.
The text was updated successfully, but these errors were encountered: