diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-09 09:05:18 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-09 09:05:18 -0500 |
commit | f7e13f5917e176fd44a80479ab06eb61e34dd138 (patch) | |
tree | dc5ebed287c123b4e572371074ffcd59a8a76334 /src | |
parent | ci: Rename things better (diff) | |
download | locusts-f7e13f5917e176fd44a80479ab06eb61e34dd138.tar locusts-f7e13f5917e176fd44a80479ab06eb61e34dd138.tar.gz locusts-f7e13f5917e176fd44a80479ab06eb61e34dd138.tar.bz2 locusts-f7e13f5917e176fd44a80479ab06eb61e34dd138.tar.lz locusts-f7e13f5917e176fd44a80479ab06eb61e34dd138.tar.xz locusts-f7e13f5917e176fd44a80479ab06eb61e34dd138.tar.zst locusts-f7e13f5917e176fd44a80479ab06eb61e34dd138.zip |
feat: Add Node.js
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'src')
-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()
|