Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/handbook/langref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ The message sending semantics are decomposed into the following functions:
+--------------------------+-----------------------------------------------------------------------------------------+
| send(rec, sel, args) | The message send function (:ref:`pp-mesage-send`). |
+--------------------------+-----------------------------------------------------------------------------------------+
| lookup(obj, rec, sel, V) | The lookup algorithm (:ref:`pp-lookup-algorithm`). |
| lookup(obj, sel, V) | The lookup algorithm (:ref:`pp-lookup-algorithm`). |
+--------------------------+-----------------------------------------------------------------------------------------+
| undirected_resend(...) | The undirected message resend function (:ref:`pp-undirected-resend`). |
+--------------------------+-----------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -1308,4 +1308,4 @@ Example:

.. [#f13] In order to simplify the presentation, this grammar is ambiguous; precedence and associativity rules are used to resolve the ambiguities.

.. [#f14] Heterogeneous binary messages have no associativity; homogeneous binary messages associate left-to-right.
.. [#f14] Heterogeneous binary messages have no associativity; homogeneous binary messages associate left-to-right.