Skip to content

Commit 36aef78

Browse files
committed
Tiny docucomment fix
1 parent 67d7a7a commit 36aef78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tensor.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ val with_unchanged_roots : f:(unit -> 'a) -> 'a
4444
val default_value_prec : Arrayjit.Ops.prec ref
4545
(** The default precision for the value node of terminal (i.e. non-composite) tensors.
4646
47-
Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_precision}. The
47+
Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_prec}. The
4848
default precision for value nodes of composite tensors is the maximum of precisions of the value
4949
nodes of sub-tensors. *)
5050

5151
val default_grad_prec : Arrayjit.Ops.prec ref
5252
(** The default precision for the gradient node of terminal (i.e. non-composite) tensors.
5353
54-
Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_precision}. The
54+
Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_prec}. The
5555
default precision for gradient nodes of composite tensors is the maximum of precisions of the
5656
gradient nodes of sub-tensors. *)
5757

0 commit comments

Comments
 (0)