Skip to content

Commit 1563bab

Browse files
committed
Reword a rewording a bit
When we have a list of the form, "something is this, something is that, and...", the last clause should follow the pattern.
1 parent 7a56de6 commit 1563bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ r[attributes.testing.test.syntax]
2727
The `test` attribute uses the [MetaWord] syntax and thus does not take any inputs.
2828
2929
r[attributes.testing.test.allowed-positions]
30-
The `test` attribute may only be applied to [free functions] that are monomorphic, that take no arguments, and the return type must implement the [`Termination`] trait.
30+
The `test` attribute may only be applied to [free functions] that are monomorphic, that take no arguments, and where the return type implements the [`Termination`] trait.
3131
3232
> [!NOTE]
3333
> Some of types that implement the [`Termination`] trait include:

0 commit comments

Comments
 (0)