Possible error on Julia documentation page

Shouldn’t this text be inside the box?

It’s from the variable section of the documentation page.

Good catch!

Would you want to also fix it? You can find the source here: julia/doc/src/manual/variables.md at 8eadaf9c2571741833d4b8b209c858ddda6850d2 · JuliaLang/julia · GitHub The issue seems to be incorrect indentation of the note’s content (it should be four spaces, not two).

I found a few more cases. PR created: Docs: Fix indentation within admonitions by barucden · Pull Request #60407 · JuliaLang/julia · GitHub