@@ -232,7 +232,7 @@ public void Using_The_Faker_Facade()
232
232
Item = faker .Lorem .Sentence (),
233
233
Quantity = faker .Random .Number (1 , 10 )
234
234
};
235
- o .Dump ()
235
+ o .Dump ();
236
236
}
237
237
```
238
238
@@ -334,16 +334,16 @@ In the examples above, all three alternative styles of using **Bogus** produce t
334
334
* `Recent` - Get a random `DateTime` within the last few days.
335
335
* `RecentOffset` - Get a random `DateTimeOffset` within the last few days.
336
336
* `Timespan` - Get a random `TimeSpan`.
337
- * `Month` - Get a random month
338
- * `Weekday` - Get a random weekday
337
+ * `Month` - Get a random month.
338
+ * `Weekday` - Get a random weekday.
339
339
* ** ` Finance ` **
340
340
* `Account` - Get an account number. Default length is 8 digits.
341
341
* `AccountName` - Get an account name. Like "savings", "checking", "Home Loan" etc..
342
342
* `Amount` - Get a random amount. Default 0 - 1000.
343
343
* `TransactionType` - Get a transaction type: "deposit", "withdrawal", "payment", or "invoice".
344
344
* `Currency` - Get a random currency.
345
345
* `CreditCardNumber` - Generate a random credit card number with valid Luhn checksum.
346
- * `CreditCardCvv` - Generate a credit card CVV
346
+ * `CreditCardCvv` - Generate a credit card CVV.
347
347
* `BitcoinAddress` - Generates a random Bitcoin address.
348
348
* `EthereumAddress` - Generate a random Ethereum address.
349
349
* `RoutingNumber` - Generates an ABA routing number with valid check digit.
@@ -432,7 +432,7 @@ In the examples above, all three alternative styles of using **Bogus** produce t
432
432
* `DirectoryPath` - Get a random directory path (Unix).
433
433
* `FilePath` - Get a random file path (Unix).
434
434
* `CommonFileName` - Generates a random file name with a common file extension.
435
- * `MimeType` - Get a random mime type
435
+ * `MimeType` - Get a random mime type.
436
436
* `CommonFileType` - Returns a commonly used file type.
437
437
* `CommonFileExt` - Returns a commonly used file extension.
438
438
* `FileType` - Returns any file type available as mime-type.
@@ -441,8 +441,8 @@ In the examples above, all three alternative styles of using **Bogus** produce t
441
441
* `Version` - Get a random `Version`.
442
442
* `Exception` - Get a random `Exception` with a fake stack trace.
443
443
* `AndroidId` - Get a random GCM registration ID.
444
- * `ApplePushToken` - Get a random Apple Push Token
445
- * `BlackBerryPin` - Get a random BlackBerry Device PIN
444
+ * `ApplePushToken` - Get a random Apple Push Token.
445
+ * `BlackBerryPin` - Get a random BlackBerry Device PIN.
446
446
* ** ` Vehicle ` **
447
447
* `Vin` - Generate a vehicle identification number (VIN).
448
448
* `Manufacturer` - Get a vehicle manufacture name. IE: Toyota, Ford, Porsche.
0 commit comments