From ffa34e70756b0bc744e1dfcc115b5a991a68f132 Mon Sep 17 00:00:00 2001 From: lorenzo chelini Date: Mon, 4 Mar 2024 21:30:10 +0100 Subject: [PATCH] (NFC) improve doc: Add missing verb to sentence (#1377) Co-authored-by: lorenzo chelini --- media/docs/cute/02_layout_algebra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/cute/02_layout_algebra.md b/media/docs/cute/02_layout_algebra.md index ec42318b06..cd961c83e8 100644 --- a/media/docs/cute/02_layout_algebra.md +++ b/media/docs/cute/02_layout_algebra.md @@ -315,7 +315,7 @@ Before getting to "product" and "divide," we need one more operation. We can thi The `complement` of a layout attempts to find another layout that represents the "rest" -- the elements that aren't touched by the layout. -You can many examples and checked post-conditions in [the `complement` unit test](../../../test/unit/cute/core/complement.cpp). The post-conditions include +You can find many examples and checked post-conditions in [the `complement` unit test](../../../test/unit/cute/core/complement.cpp). The post-conditions include ```cpp // @post cosize(make_layout(@a layout_a, @a result))) >= @a cosize_hi // @post cosize(@a result) >= round_up(@a cosize_hi, cosize(@a layout_a))