Skip to content

Commit 7e77587

Browse files
committed
docs: container no longer returns an error
1 parent e56a73b commit 7e77587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ invocation, err := messageSend.Invoke(
113113
See examples in [container_test.go](./examples/container_test.go)
114114

115115
```go
116-
ct, err := container.New(
116+
ct := container.New(
117117
container.WithDelegations(dlg0, dlg1),
118118
container.WithInvocations(inv0),
119119
// container.WithReceipts(...),

0 commit comments

Comments
 (0)