Skip to content
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
2 changes: 1 addition & 1 deletion docs/reference/langref/relay_expr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ in scope in its value to allow for recursively defined functions
The value of a :code:`let` binding is the value of the final expression
after evaluating the bindings it depends on. For example, in the
following example the entire expression evaluates to a tensor
of shape :code:`(10, 10)` where all elements are 2:
of shape :code:`(10, 10)` where all elements are 1:

.. code-block::

Expand Down