Skip to content

Commit

Permalink
Update expressions.md (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
novozhilov35 committed Apr 6, 2023
1 parent 6c64790 commit 55e3a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/expressions.md
Expand Up @@ -24,7 +24,7 @@ Applies both letterify and numerify e.g.
```java
Faker faker = new Faker();
faker.expression("#{bothify '?#?#?#?#'}"); // could give a1b2c3d4
faker.expression("#{bothify '?#?#?#?#', true}"); // could give A1B2C3D4
faker.expression("#{bothify '?#?#?#?#', 'true'}"); // could give A1B2C3D4
```

## Templatify
Expand Down

0 comments on commit 55e3a7c

Please sign in to comment.