diff --git a/src/expressions.rst b/src/expressions.rst index 7db73d03..848fb111 100644 --- a/src/expressions.rst +++ b/src/expressions.rst @@ -2974,8 +2974,7 @@ An :t:`indexable type` is a :t:`type` that implements the :std:`core::ops::Index` :t:`trait`. :dp:`fls_42ijvuqqqlvh` -An :t:`index expression` is an :t:`expression` that indexes into a :t:`value` -of an :t:`indexable type`. +An :t:`index expression` is an :t:`expression` that indexes into a :t:`value` of an :t:`indexable type`. :dp:`fls_pc0c22asgzvw` An :t:`indexed operand` is an :t:`operand` which indicates the :t:`value` diff --git a/src/glossary.rst b/src/glossary.rst index 8fc1d38e..d9fbe88a 100644 --- a/src/glossary.rst +++ b/src/glossary.rst @@ -3219,8 +3219,7 @@ index expression ^^^^^^^^^^^^^^^^ :dp:`fls_1f7e9q8n431n` -An :dt:`index expression` is an :t:`expression` that indexes into a :t:`value` -of a :t:`type`. +An :dt:`index expression` is an :t:`expression` that indexes into a :t:`value` of an :t:`indexable type`. :dp:`fls_xm2er7vuo07g` See :s:`IndexExpression`.