Skip to content

Commit 3c414c1

Browse files
authored
fix malformed table (0xProject#718)
table was missing one space :(
1 parent d268a11 commit 3c414c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/additional/bounties.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following contracts are in scope of the bug bounty. Please note that any bug
2323
| | * `ZeroEx.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/ZeroEx.sol>`__ | |
2424
| | * `ZeroExOptimized.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/ZeroExOptimized.sol>`__ | |
2525
| | * `external/*.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/external>`__ | |
26-
| | * `features/*.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/features>`__ | |
26+
| | * `features/*.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/features>`__ | |
2727
| | * `fixins/*.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/fixins>`__ | |
2828
| | * `migrations/*.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/migrations>`__ | |
2929
| | * `storage/*.sol <https://github.com/0xProject/protocol/tree/development/contracts/zero-ex/contracts/src/storage>`__ | |
@@ -71,4 +71,4 @@ Disclosures
7171
Please e-mail all submissions to [email protected] with the subject "BUG BOUNTY". Your submission
7272
should include any steps required to reproduce or exploit the vulnerability. Please allow time for
7373
the vulnerability to be fixed before discussing any findings publicly. After receiving a submission,
74-
we will contact you with expected timelines for a fix to be implemented.
74+
we will contact you with expected timelines for a fix to be implemented.

0 commit comments

Comments
 (0)