Skip to content

Commit

Permalink
[Doc] Fix minor error in "Expressions in Relay" (#16346)
Browse files Browse the repository at this point in the history
Update relay_expr.rst
  • Loading branch information
gty111 authored Jan 4, 2024
1 parent 42b4f21 commit 380147d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 380147d

Please sign in to comment.