Skip to content

Commit

Permalink
Update JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 14, 2024
1 parent 4a13994 commit 7fdc3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class StringDissector {
#regexpMatchers: DissectorRegExpEntry[];
#segmenter: Intl.Segmenter;
/**
* Initialize string dissector.
* Initialize the string dissector.
* @param {StringDissectorOptions} [options={}] Options.
*/
constructor(options: StringDissectorOptions = {}) {
Expand Down

0 comments on commit 7fdc3a3

Please sign in to comment.