Skip to content

Commit

Permalink
Merge pull request #10 from Phosphorus-M/patch-2
Browse files Browse the repository at this point in the history
[RTN] Fix typo: "h" -> "hc" & "ds" -> "s"
  • Loading branch information
nikomatsakis authored Jul 10, 2024
2 parents 0e86f55 + 622075d commit cc793d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-return-type-notation.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ where
typeof {
let hc: &'a mut H;
let s: Server;
H::check(h, ds)
H::check(hc, s)
}: Send,
```

Expand Down

0 comments on commit cc793d3

Please sign in to comment.