Skip to content

Commit 2279162

Browse files
authored
Merge pull request #189 from srdante/patch-1
Fix brackets on documentation
2 parents 29f1ed5 + 7fdc396 commit 2279162

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)