Skip to content

Commit cedc88f

Browse files
committed
Merge pull request #451 from brunoqc/patch-1
Remove extra brace in usage.rst
2 parents 5d0db95 + 529b75d commit cedc88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ functions all allow passing additional data to be tagged onto the error.
149149
.. code-block:: javascript
150150
151151
Raven.context({
152-
extra: {planet: {name: 'Earth'}}}
152+
extra: {planet: {name: 'Earth'}}
153153
}, function () { /* ... */ });
154154
155155
// NOTE: Raven.wrap and Raven.context accept options as first argument

0 commit comments

Comments
 (0)