docs: fix typos (#6118)

This commit is contained in:
Fritz Rehde
2023-10-30 15:17:46 +01:00
committed by GitHub
parent d8a4a5f24b
commit 593dbf55d1
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ where
}
// The code below is a manual expansion of the code that pin-project-lite would
// generate. This is done because pin-project-lite fails by hitting the recusion
// generate. This is done because pin-project-lite fails by hitting the recursion
// limit on this struct. (Every line of documentation is handled recursively by
// the macro.)