Skip to content

Commit

Permalink
Fix grammatical error in intro to Nx guide (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgali authored Nov 8, 2023
1 parent 25e8e39 commit a478783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/guides/intro-to-nx.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ up the tensor. If all of our data only uses positive numbers from
Nx.tensor([[1, 2], [3, 4]], type: :u8) |> Nx.to_binary()
```

If you have already have binary, you can directly convert it to a tensor
If you already have a binary, you can directly convert it to a tensor
by passing the binary and the type:

```elixir
Expand Down

0 comments on commit a478783

Please sign in to comment.