Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <chrissi92@hotmail.de>
  • Loading branch information
matthewmayer and Shinigami92 authored Dec 20, 2024
1 parent a0a377f commit cb907e7
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 @@ -818,7 +818,7 @@ export class SimpleHelpersModule extends SimpleModuleBase {
* @throws If the given object is empty.
*
* @example
* faker.helpers.objectEntry({ Cheetah: 120, Falcon: 390, Snail: 0.03 }) // [ 'Snail', 0.03 ]
* faker.helpers.objectEntry({ Cheetah: 120, Falcon: 390, Snail: 0.03 }) // ['Snail', 0.03]
*
* @since 8.0.0
*/
Expand Down

0 comments on commit cb907e7

Please # to comment.