Skip to content

Commit

Permalink
chore(react): update jsdoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Nov 11, 2021
1 parent d0bd2f7 commit 953eaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/internal/useId.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function useId(prefix = 'id') {
/**
* Generate a unique id if a given `id` is not provided
* @param {string} id
* @return {string}
* @returns {string}
*/
export function useFallbackId(id) {
const fallback = useId();
Expand Down

0 comments on commit 953eaf9

Please sign in to comment.