diff --git a/doc/Plugins/Plang.md b/doc/Plugins/Plang.md
index a58ee561..7b3ad1ac 100644
--- a/doc/Plugins/Plang.md
+++ b/doc/Plugins/Plang.md
@@ -42,7 +42,7 @@ is preserved in-between commands and the types of values is output along with th
[Plang](https://github.com/pragma-/Plang) lets you add custom built-in functions.
Several have been added for PBot; they are described here.
-Function | Signature
Description
+Function | Signature / Description
--- | ---
[factget](#factget) | `factget(channel: String, keyword: String, meta: String = "action") -> String \| Null`
Retrieve metadata from factoids
[factset](#factset) | `factset(channel: String, keyword: String, text: String, meta: String = "action") -> String`
Sets metadata on factoids