We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f93f82 commit 35e63ceCopy full SHA for 35e63ce
RamGenerator/RamGenerator.cs
@@ -21,7 +21,7 @@ public class RamGenerator
21
private const int blockSize = 1024 * 8;
22
23
/// <summary>
24
- /// Generates object of class RamGenerator which can then be used to create a RAM file on HDD filled with random data..
+ /// Generates object of class RamGenerator which can then be used to create a RAM file on HDD filled with random data.
25
/// </summary>
26
/// <param name="fileName">Name of the ram file.</param>
27
/// <param name="ramSize">Size of RAM file in megabytes.</param>
0 commit comments