Skip to content

Commit

Permalink
contrib/DocToken: fix the label of a tag (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Mar 17, 2024
1 parent 1381dfe commit 613218f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -143,7 +143,7 @@ object DocToken {
/**
* Documents the return value of a method.
*/
case object Return extends TagKind("@returns", numberParameters = 1)
case object Return extends TagKind("@return", numberParameters = 1)

/**
* Documents an exception type that may be thrown by a method or class constructor.
Expand Down

0 comments on commit 613218f

Please sign in to comment.