Skip to content

Commit

Permalink
Add missed syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Dec 13, 2023
1 parent e7d5dc2 commit 64a7551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/explanations/noir/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fn foo(elements: [T], thing: U) where

You can add generics to a trait implementation by adding the generic list after the `impl` keyword:

```self
```rust
trait Second {
fn second(self) -> Field;
}
Expand Down

0 comments on commit 64a7551

Please sign in to comment.