(NFC) improve doc: Add missing verb to sentence (#1377)

Co-authored-by: lorenzo chelini <lchelini@nvidia.com>
This commit is contained in:
lorenzo chelini 2024-03-04 21:30:10 +01:00 committed by GitHub
parent a8f2c80db0
commit ffa34e7075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))