We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94b460 commit 0565340Copy full SHA for 0565340
src/libraries/LibNonReentrancy.sol
@@ -9,7 +9,7 @@ library LibNonReentrancy {
9
// Function selector - 0x43a0d067
10
error Reentrancy();
11
12
- /// @dev How to use as a library in user facets
+ /// @dev How to use as a library in user facets
13
/*
14
function someFunction() external {
15
LibNonReentrancy.enter();
0 commit comments