File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525ββ SSTORE2 β "Library for cheaper reads and writes to persistent storage"
2626ββ CREATE3 β "Deploy to deterministic addresses without an initcode factor"
2727ββ 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"
2929ββ Clone β "Class with helper read functions for clone with immutable args"
3030ββ LibClone β "Minimal proxy library"
3131ββ 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
5454
5555We ** do not give any warranties** and ** will not be liable for any loss** incurred through any use of this codebase.
5656
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.
5858
5959Please always include your own thorough tests when using Solady to make sure it works correctly with your code.
6060
You canβt perform that action at this time.
0 commit comments