3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

doc/Plugins/Plang.md: add missing code formatting

This commit is contained in:
Pragmatic Software 2020-09-24 19:34:43 -07:00
parent 58437de885
commit 381c6ac235

View File

@ -75,7 +75,7 @@ metadata with `text` appended.
### userget
Use the `userget` function to retrieve user metadata.
Signature: userget(name: String) -> Map | Null
Signature: `userget(name: String) -> Map | Null`
The `userget` function takes one parameter: `name`.