summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-08-12 18:10:07 -0400
committerGlenn Smith <glenn@vector35.com>2025-08-12 18:10:07 -0400
commit72020bd61d4577846ca205079a640f5326d4e0c1 (patch)
tree4b22425c516829102fe6c447c988a2d74217502f /docs/dev
parent2252cbc3605bc026bf854883ed8a2c67fc187027 (diff)
Docs: fix example descriptions
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/bnil-modifying.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/bnil-modifying.md b/docs/dev/bnil-modifying.md
index 5c2d2690..b888ed6e 100644
--- a/docs/dev/bnil-modifying.md
+++ b/docs/dev/bnil-modifying.md
@@ -805,8 +805,8 @@ Then, when registering your Workflow Activity, make two copies of the Activity,
wf->RegisterActivity(new Activity(R"~(
{
"name": "extension.my_extension.do_the_thing.dry_run",
- "title": "My IL Modifications",
- "description": "Does some IL modifications.",
+ "title": "My IL Modifications Dry Run",
+ "description": "My IL Modifications (dry run)",
"eligibility": {
"auto": {
"default": true
@@ -822,7 +822,7 @@ Then, when registering your Workflow Activity, make two copies of the Activity,
{
"name": "extension.my_extension.do_the_thing",
"title": "My IL Modifications",
- "description": "Does some IL modifications.",
+ "description": "My IL Modifications",
"eligibility": {
"auto": {
"default": false