Skip to content

Commit 1651296

Browse files
authored
Fix typo
1 parent 8de2a11 commit 1651296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/const-generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To check this we have [`ClauseKind::ConstArgHasType(ty::Const, Ty)`][const_arg_h
178178
```rust
179179
fn foo<const N: usize>() {}
180180

181-
// desugars to in psuedo-rust
181+
// desugars to in pseudo-rust
182182

183183
fn foo<const N>()
184184
where

0 commit comments

Comments
 (0)