Skip to content

Commit 7bb8495

Browse files
authored
Fix @implements docstring
1 parent b6191a0 commit 7bb8495

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/implements.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ end
5050
5151
Declare that an interface implements an interface, or multipleinterfaces.
5252
53-
The macro can only be used once per module for any one type. To define
54-
multiple interfaces a type implements, combine them in square brackets.
53+
The macro can only be used once per module for any one type.
5554
5655
# Example
5756

0 commit comments

Comments
 (0)