From b400ca3725ca9cd3b61f5cfea42ec6bf2634dbc6 Mon Sep 17 00:00:00 2001 From: Piper Date: Mon, 18 May 2026 17:48:35 -0700 Subject: [PATCH] Fix tile_tensor --- book/src/puzzle_04/introduction_tile_tensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/puzzle_04/introduction_tile_tensor.md b/book/src/puzzle_04/introduction_tile_tensor.md index 3475cc00..40a7f138 100644 --- a/book/src/puzzle_04/introduction_tile_tensor.md +++ b/book/src/puzzle_04/introduction_tile_tensor.md @@ -71,7 +71,7 @@ tensor[1, 2] = 2.0 # Last element ``` To learn more about `Layout` and `TileTensor`, see these guides from the -[Mojo manual](https://docs.modular.com/mojo/manual/) +[Mojo manual](https://docs.modular.com/mojo/manual/): - [Introduction to layouts](https://docs.modular.com/mojo/manual/layout/layouts) - [Using TileTensor](https://docs.modular.com/mojo/manual/layout/tensors)