Skip to content

Commit f8951f5

Browse files
committed
Fixed documentation
- in `on_error` documentation fixed interpolation.
1 parent 645612f commit f8951f5

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)