Skip to content

Commit

Permalink
fix: update JSdoc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Aug 11, 2022
1 parent f1205fe commit 389b5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdx/lib/util/to-valid-identifier-name.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {start, cont} from 'estree-util-is-identifier-name'

/**
* Replace all invalid identifier characters with underscores "_"
* @param {string} str
* @param {string} string_
*/
export function toValidIdentifierName(string_) {
if (string_.length === 0) return '_'
Expand Down

0 comments on commit 389b5a5

Please sign in to comment.