diff --git a/rfc/src/rfcs/0013-list.md b/rfc/src/rfcs/0013-list.md index 3ba8b7ca638f..771e7e3d7114 100644 --- a/rfc/src/rfcs/0013-list.md +++ b/rfc/src/rfcs/0013-list.md @@ -29,7 +29,7 @@ This subcommand does not fail. In the case that it does not find any harnesses o ### Pretty Format The default format, `pretty`, prints a "Contracts" table and a "Standard Harnesses" list. -Each row of the "Contracts" table consists of a function, the number of contracts it has, and its contract harnesses. +Each row of the "Contracts" table consists of a function under contract and its contract harnesses. A function is listed if it has contracts or it is the target of contract harness(es). The results are printed in lexicographic order.