Skip to content

Commit 622075d

Browse files
authored
fix typo
remove `ds` and change a misspelling, the correct identifier is `hc`
1 parent 0e86f55 commit 622075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-return-type-notation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ where
789789
typeof {
790790
let hc: &'a mut H;
791791
let s: Server;
792-
H::check(h, ds)
792+
H::check(hc, s)
793793
}: Send,
794794
```
795795

0 commit comments

Comments
 (0)