Skip to content

Commit

Permalink
fix doc for exposing methods from standard Rust traits (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
skytoup authored Jan 9, 2024
1 parent 89afb33 commit 6bda97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/src/udl/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ generate special methods on the object.

For example, consider the following example:
```
[Traits=Debug]
[Traits=(Debug)]
interface TodoList {
...
}
Expand Down

0 comments on commit 6bda97c

Please sign in to comment.