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

Commit 8850eb0

Browse files
authored
Merge pull request #15 from brettkoonce/minor_sp
minor sp in docs
2 parents 7e2a057 + f889f08 commit 8850eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/ml_with_tc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ Matrix Languages
8787
^^^^^^^^^^^^^^^^
8888
Matrix languages such as Matlab are very concise and make sense mathematically
8989
but don't naturally extend to tensors (what does the operator :code:`*` mean on 3-D
90-
tensors?). As a consequence loops need to be introduced prematurely; TC avoid
90+
tensors?). As a consequence loops need to be introduced prematurely; TC avoids
9191
this pit-hole.

docs/source/semantics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A statement specifies a new operation to define, an optional reduction, and a ri
6161
6262
v(index_variables) reduction=! rhs_expression
6363
64-
:code:`index_variabes` must be a list of index variables defined in the :code:`rhs_expressions`
64+
:code:`index_variables` must be a list of index variables defined in the :code:`rhs_expressions`
6565
:code:`reduction` is optional if all index variables appear on the left hand side.
6666
The value computed for tensor :code:`v` is equivalent to first assigning all
6767
elements of :code:`v` to the identity value of :code:`reduction`, then

0 commit comments

Comments
 (0)