Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit d5a49d2

Browse files
authored
Update document/core/appendix/embedding.rst
1 parent dc24262 commit d5a49d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

document/core/appendix/embedding.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,12 +657,12 @@ Values
657657
In such cases, this function may return a less precise supertype.
658658

659659

660-
:math:`\F{val\_default}(\type) : \val`
660+
:math:`\F{val\_default}(\valtype) : \val`
661661
...............................................
662662

663-
1. If :math:`\default_{type}` is not defined, then return :math:`\ERROR`.
663+
1. If :math:`\default_{valtype}` is not defined, then return :math:`\ERROR`.
664664

665-
1. Else, return the :ref:`value <syntax-val>` :math:`\default_{type}`.
665+
1. Else, return the :ref:`value <syntax-val>` :math:`\default_{valtype}`.
666666

667667
.. math::
668668
\begin{array}{lclll}

0 commit comments

Comments
 (0)