diff options
Diffstat (limited to '')
-rw-r--r-- | src/Locusts.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locusts.cs b/src/Locusts.cs index 43f758d..c35a38c 100644 --- a/src/Locusts.cs +++ b/src/Locusts.cs @@ -10,7 +10,7 @@ public static class Locusts /// </summary>
/// <remarks>
/// This method will introduce locusts into your codebase.
- ///
+ ///
/// Locusts are not included with this library, you must provide your own.
/// </remarks>
public static void IntroduceLocusts()
|