File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
ββ SSTORE2 β "Library for cheaper reads and writes to persistent storage"
26
26
ββ CREATE3 β "Deploy to deterministic addresses without an initcode factor"
27
27
ββ LibRLP β "Library for computing contract addresses from their deployer and nonce"
28
- ββ LibBit β "Library for bit twiddling operations"
28
+ ββ LibBit β "Library for bit twiddling and boolean operations"
29
29
ββ Clone β "Class with helper read functions for clone with immutable args"
30
30
ββ LibClone β "Minimal proxy library"
31
31
ββ LibString β "Library for converting numbers into strings and other string operations"
@@ -54,7 +54,7 @@ This is **experimental software** and is provided on an "as is" and "as availabl
54
54
55
55
We ** do not give any warranties** and ** will not be liable for any loss** incurred through any use of this codebase.
56
56
57
- While Solady has been heavily tested, that may be parts that may yield unexpected emergent behavior when used with other code.
57
+ While Solady has been heavily tested, there may be parts that may exhibit unexpected emergent behavior when used with other code.
58
58
59
59
Please always include your own thorough tests when using Solady to make sure it works correctly with your code.
60
60
You canβt perform that action at this time.
0 commit comments