Skip to content

Commit

Permalink
Merge pull request nestjs#13346 from tomaszwysocki/fix-broken-link
Browse files Browse the repository at this point in the history
fix: update broken link in SetMetadata decorator documentation
  • Loading branch information
kamilmysliwiec committed Mar 21, 2024
2 parents caf1724 + 7708df4 commit df37ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/decorators/core/set-metadata.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type CustomDecorator<TKey = string> = MethodDecorator &
*
* Example: `@SetMetadata('roles', ['admin'])`
*
* @see [Reflection](https://docs.nestjs.com/guards#reflection)
* @see [Reflection](https://docs.nestjs.com/fundamentals/execution-context#reflection-and-metadata)
*
* @publicApi
*/
Expand Down

0 comments on commit df37ea1

Please sign in to comment.