Skip to content

Commit 7b2e247

Browse files
reference: improve accuracy of closeThread desc
Signed-off-by: SoggySaussages <[email protected]>
1 parent db14015 commit 7b2e247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reference/templates/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Adds a member to an existing thread. Does nothing if either argument is invalid.
3333
{{ closeThread <thread> <lock> }}
3434
```
3535

36-
Closes the given thread.
36+
Closes or locks the given thread. You cannot lock a closed thread, but you can close a locked thread.
3737

38-
- `lock`: whether to also lock the thread. Default `false`.
38+
- `lock`: whether to lock the thread instead. Default `false`.
3939

4040
#### createForumPost
4141

0 commit comments

Comments
 (0)