Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed May 15, 2016
1 parent 0bbc082 commit 48b8391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public void Without_Fluent_Syntax()
* `FileExt` - Gets a random extension for the given mime type.
* `Semver` - Get a random semver version string.
* `Version` - Get a random `System.Version`
* `Exception` - Can generate a random `Exception` with a fake stack trace.
* `Exception` - Get a random `Exception` with a fake stack trace.


### Helper Methods
Expand Down
2 changes: 1 addition & 1 deletion Source/Bogus/DataSets/System.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public Version Version()


/// <summary>
/// Can generate a random `Exception` with a fake stack trace.
/// Get a random `Exception` with a fake stack trace.
/// </summary>
public Exception Exception()
{
Expand Down

0 comments on commit 48b8391

Please sign in to comment.