docs: clean up comments

This commit is contained in:
Parkreiner 2024-02-19 22:32:38 +00:00
parent 20a009f3df
commit 5b690e41fe
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ export async function renderHookWithAuth<Result, Props>(
* directly. (One of the tests created a dummy paragraph, and injected the
* values into that...)
*
* This breaks some rules, but hopefully, it makes sure that the code is
* resilient to re-renders, and removes the need to make every test file that
* This breaks some rules, but it makes sure that the code is resilient to
* re-renders, and hopefully removes the need to make every test file that
* uses this function support JSX.
*/
// Easy to miss - evil definite assignment