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 paragraph linkage in expressions.rst #520

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ It is undefined behavior to dereference a :t:`raw pointer` that is either
.. rubric:: Examples

:dp:`fls_9ifaterm8nop`
See :p:`6.4.1. <fls_ltflbfba9d5r>` for the declaration of ``ref_answer``.
See :p:`fls_350qejoq9i23` for the declaration of ``ref_answer``.

.. code-block:: rust

Expand Down Expand Up @@ -2237,7 +2237,7 @@ The :t:`evaluation` of a :dt:`numeric cast` proceeds as follows:
.. rubric:: Examples

:dp:`fls_vdxkpvmpwl3s`
See :p:`6.4.1. <fls_ltflbfba9d5r>` for the declaration of ``answer``.
See :p:`fls_2jd0mgw4zja4` for the declaration of ``answer``.

.. code-block:: rust

Expand Down Expand Up @@ -3599,7 +3599,7 @@ The :t:`evaluation` of a :t:`field access expression` evaluates its
.. rubric:: Examples

:dp:`fls_x27yayh4z787`
See :p:`6.8.1. <fls_hv4grs2tcuiw>` for the declaration of ``alice``.
See :p:`fls_vsxsbqps64o` for the declaration of ``alice``.

.. code-block:: rust

Expand Down
Loading