Skip to content

Commit cc793d3

Browse files
authored
Merge pull request #10 from Phosphorus-M/patch-2
[RTN] Fix typo: "h" -> "hc" & "ds" -> "s"
2 parents 0e86f55 + 622075d commit cc793d3

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)