Skip to content

Commit

Permalink
docs: improve example output for replaceSymbols (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored Dec 2, 2024
1 parent 01e20e9 commit 4e4c79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class SimpleHelpersModule extends SimpleModuleBase {
* faker.helpers.replaceSymbols('#####') // '98441'
* faker.helpers.replaceSymbols('?????') // 'ZYRQQ'
* faker.helpers.replaceSymbols('*****') // '4Z3P7'
* faker.helpers.replaceSymbols('Your pin is: #?*#?*') // '0T85L1'
* faker.helpers.replaceSymbols('Your pin is: #?*#?*') // 'Your pin is: 0T85L1'
*
* @since 3.0.0
*/
Expand Down

0 comments on commit 4e4c79d

Please sign in to comment.