Skip to content

Commit 73c5417

Browse files
committed
Fix typo
1 parent fba9efe commit 73c5417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx/lib/nx/serving.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ defmodule Nx.Serving do
585585
Configure the serving to stream its results.
586586
587587
Once `run/2` or `batched_run/2` are invoked, it will then
588-
return a stream. The stream is must be consumed in the same
588+
return a stream. The stream must be consumed in the same
589589
process that calls `run/2` or `batched_run/2`.
590590
591591
Batches will be streamed as they arrive. You may also opt-in

0 commit comments

Comments
 (0)