From cd21a312760dc33f444674af82b221d6058352ac Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 29 Sep 2020 20:03:55 -0700 Subject: [PATCH] Update doc/Plugins/Plang.md --- doc/Plugins/Plang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Plugins/Plang.md b/doc/Plugins/Plang.md index 73a4fe37..fb9791e3 100644 --- a/doc/Plugins/Plang.md +++ b/doc/Plugins/Plang.md @@ -106,7 +106,7 @@ currently possible with Plang. This will not be its final form. Support for clas soon. We'll use the `factget()` and `factset()` functions to get and store Karma values to an -unique unused channnel; let's call it `#karma-data`. To get the first command argument, +unique unused channnel. Let's call it `#karma-data`. To get the first command argument, we'll use PBot's special factoid variable `$arg[0]`. First we add the `++` command.