Skip to content

Commit 47b0a05

Browse files
committed
Fixed typo in authorization library docs
1 parent f48b10f commit 47b0a05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solidity/ecdsa/contracts/libraries/EcdsaAuthorization.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library EcdsaAuthorization {
4646
// will have to wait another 10 days to alter it and 14 days to
4747
// approve it.
4848
//
49-
// This value protect against malicious operators who manipulate
49+
// This value protects against malicious operators who manipulate
5050
// their weight by overwriting authorization decrease request, and
5151
// lowering or increasing their eligible stake this way.
5252
//

solidity/random-beacon/contracts/libraries/BeaconAuthorization.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library BeaconAuthorization {
5454
// will have to wait another 10 days to alter it and 14 days to
5555
// approve it.
5656
//
57-
// This value protect against malicious operators who manipulate
57+
// This value protects against malicious operators who manipulate
5858
// their weight by overwriting authorization decrease request, and
5959
// lowering or increasing their eligible stake this way.
6060
//

0 commit comments

Comments
 (0)