Replaced tabs with spaces in example

master
Keith Irwin 2018-02-25 00:54:22 +00:00
parent 64126b9bb9
commit 7806c55554
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 8 additions and 8 deletions

View File

@ -29,14 +29,14 @@ Use the syntax `froth(num, max, opt)`where:
```javascript ```javascript
opt = { opt = {
// Set to true to include tests with... // Set to true to include tests with...
none: true, // Empty string none: true, // Empty string
whitespace: true, // Various whitespace chars whitespace: true, // Various whitespace chars
quotes: true, // Combinations of quotes quotes: true, // Combinations of quotes
backslashing: true, // Combinations of backslashes backslashing: true, // Combinations of backslashes
symbols: true, // Various symbols symbols: true, // Various symbols
foreign: true, // Foreign chars foreign: true, // Foreign chars
alphanumeric: true, // Ordinary letters and numbers alphanumeric: true, // Ordinary letters and numbers
} }
``` ```