Skip to content

Commit

Permalink
modified internet module reference in example
Browse files Browse the repository at this point in the history
Signed-off-by: Guru Mehar Rachaputi <[email protected]>
  • Loading branch information
00thirdeye00 committed Jun 25, 2024
1 parent 0e11550 commit 1f933b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
int main()
{
const auto id = faker::String::uuid();
const auto email = faker::Internet::email();
const auto password = faker::Internet::password();
const auto email = faker::internet::email();
const auto password = faker::internet::password();
const auto city = faker::Location::city();
const auto streetAddress = faker::Location::streetAddress();

Expand Down

0 comments on commit 1f933b0

Please sign in to comment.