Skip to content

Commit

Permalink
fast-element: Fix parameter name in a volatile decorator JSDoc
Browse files Browse the repository at this point in the history
- Corrected parameter name in JSDoc for the `volatile` decorator.
- Replaced `@param name` with `@param descriptor` for accuracy.
  • Loading branch information
doguabaris committed Dec 11, 2024
1 parent 8da1db4 commit 79bbaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ export function observable(target: {}, nameOrAccessor: string | Accessor): void
* Decorator: Marks a property getter as having volatile observable dependencies.
* @param target - The target that the property is defined on.
* @param name - The property name.
* @param name - The existing descriptor.
* @param descriptor - The existing descriptor.
* @public
*/
export function volatile(
Expand Down

0 comments on commit 79bbaee

Please sign in to comment.