Skip to content

Commit 4b4bac3

Browse files
authored
chore: improve parameter naming of internet module (#3317)
1 parent 8b2976f commit 4b4bac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/internet/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,14 +876,14 @@ export class InternetModule extends ModuleBase {
876876
/**
877877
* Generates a random mac address.
878878
*
879-
* @param sep The optional separator to use. Can be either `':'`, `'-'` or `''`. Defaults to `':'`.
879+
* @param separator The optional separator to use. Can be either `':'`, `'-'` or `''`. Defaults to `':'`.
880880
*
881881
* @example
882882
* faker.internet.mac() // '32:8e:2e:09:c6:05'
883883
*
884884
* @since 3.0.0
885885
*/
886-
mac(sep?: string): string;
886+
mac(separator?: string): string;
887887
/**
888888
* Generates a random mac address.
889889
*

0 commit comments

Comments
 (0)