Skip to content

Commit ffa34e7

Browse files
authored
(NFC) improve doc: Add missing verb to sentence (#1377)
Co-authored-by: lorenzo chelini <[email protected]>
1 parent a8f2c80 commit ffa34e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/docs/cute/02_layout_algebra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Before getting to "product" and "divide," we need one more operation. We can thi
315315
316316
The `complement` of a layout attempts to find another layout that represents the "rest" -- the elements that aren't touched by the layout.
317317
318-
You can many examples and checked post-conditions in [the `complement` unit test](../../../test/unit/cute/core/complement.cpp). The post-conditions include
318+
You can find many examples and checked post-conditions in [the `complement` unit test](../../../test/unit/cute/core/complement.cpp). The post-conditions include
319319
```cpp
320320
// @post cosize(make_layout(@a layout_a, @a result))) >= @a cosize_hi
321321
// @post cosize(@a result) >= round_up(@a cosize_hi, cosize(@a layout_a))

0 commit comments

Comments
 (0)