Skip to content

Commit

Permalink
(NFC) improve doc: Add missing verb to sentence (#1377)
Browse files Browse the repository at this point in the history
Co-authored-by: lorenzo chelini <[email protected]>
  • Loading branch information
chelini and chelini authored Mar 4, 2024
1 parent a8f2c80 commit ffa34e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/cute/02_layout_algebra.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ffa34e7

Please sign in to comment.