Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
  • Loading branch information
Alan Shaw and nonsense authored Sep 8, 2020
1 parent eb5b930 commit ddfd8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/actors/aerrors/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type ActorError interface {
error
IsFatal() bool
RetCode() exitcode.ExitCode
// _internal is a sentinel to prevent code outside if the aerrors package
// _internal is a sentinel to prevent code outside of the aerrors package
// from implementing the ActorError interface. It ensures actors use
// Runtime.Abortf and do not panic with an ActorError directly and
// illegally using a system error code.
Expand Down

0 comments on commit ddfd8f1

Please sign in to comment.