Skip to content

Commit 7fdc396

Browse files
authored
Fix brackets on documentation
1 parent 29f1ed5 commit 7fdc396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ $promise
229229
})
230230
->otherwise(function (\Throwable $reason) {
231231
// Catch other errors
232-
)};
232+
});
233233
```
234234

235235
#### PromiseInterface::always()

0 commit comments

Comments
 (0)