Skip to content

Commit 341fc3a

Browse files
authored
Merge pull request #223 from bilashsaha/develop
Fixed documentation
2 parents 645612f + f8951f5 commit 341fc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ workflow do
458458
state :second
459459
460460
on_error do |error, from, to, event, *args|
461-
Log.info "Exception(#error.class) on #{from} -> #{to}"
461+
Log.info "Exception(#{error.class}) on #{from} -> #{to}"
462462
end
463463
end
464464
```

0 commit comments

Comments
 (0)