Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markup of product-type constructor call in [exec.just] #7216

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Aug 12, 2024

  1. Fix markup of product-type constructor call in [exec.just]

    The `\exposid{product-type}` needed some extra `@` symbols surrounding so that the subsequent curly-braces for the constructor call are treated as literal text.
    lewissbaker authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c8f87ef View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Use backslashes to escape curly-braces inside \tcode section

    Use backslashes to escape instead of the @ symbol.
    lewissbaker authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    93f9e4b View commit details
    Browse the repository at this point in the history