Skip to content

Commit 72020bd

Browse files
committed
Docs: fix example descriptions
1 parent 2252cbc commit 72020bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/bnil-modifying.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,8 +805,8 @@ Then, when registering your Workflow Activity, make two copies of the Activity,
805805
wf->RegisterActivity(new Activity(R"~(
806806
{
807807
"name": "extension.my_extension.do_the_thing.dry_run",
808-
"title": "My IL Modifications",
809-
"description": "Does some IL modifications.",
808+
"title": "My IL Modifications Dry Run",
809+
"description": "My IL Modifications (dry run)",
810810
"eligibility": {
811811
"auto": {
812812
"default": true
@@ -822,7 +822,7 @@ Then, when registering your Workflow Activity, make two copies of the Activity,
822822
{
823823
"name": "extension.my_extension.do_the_thing",
824824
"title": "My IL Modifications",
825-
"description": "Does some IL modifications.",
825+
"description": "My IL Modifications",
826826
"eligibility": {
827827
"auto": {
828828
"default": false

0 commit comments

Comments
 (0)