From 5e9b8e2a2522d5ab3098ffa2c1d900361c1ee648 Mon Sep 17 00:00:00 2001 From: 1096125073 <30305505+1096125073@users.noreply.github.com> Date: Tue, 20 May 2025 10:52:37 +0800 Subject: [PATCH] fix docx (#2290) Co-authored-by: xiayongqiang --- media/docs/cpp/cute/02_layout_algebra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/cpp/cute/02_layout_algebra.md b/media/docs/cpp/cute/02_layout_algebra.md index e48ede48..03578313 100644 --- a/media/docs/cpp/cute/02_layout_algebra.md +++ b/media/docs/cpp/cute/02_layout_algebra.md @@ -142,7 +142,7 @@ Put into words, `A o B = A o s:d`, for integral `s` and `d` means that we want ( * `(6,2) / 3 => (2,2)` * `(6,2) / 6 => (1,2)` * `(6,2) / 12 => (1,1)` -* `(3,6,2,8) / 3 => (1,3,2,8)` +* `(3,6,2,8) / 3 => (1,6,2,8)` * `(3,6,2,8) / 6 => (1,3,2,8)` * `(3,6,2,8) / 9 => (1,2,2,8)` * `(3,6,2,8) / 72 => (1,1,1,4)`