Skip to content

Commit

Permalink
fix: update broken link in SetMetadata decorator documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszwysocki committed Mar 20, 2024
1 parent caf1724 commit 7708df4
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 7708df4

Please sign in to comment.