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
2 changes: 1 addition & 1 deletion docs/source/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ is to accept and return expressions:
return sqrt(de1 * de1 + de2 * de2);
}

This function can work with both tnesor and variable expressions, performing
This function can work with both tensor and variable expressions, performing
broadcasting according to the rules of `xtensor` or `xframe` depending on
its argument type:

Expand Down