File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ the variable will not point beyond ``calldatasize()`` is performed.
139
139
For external function pointers the address and the function selector can be
140
140
accessed using ``x.address `` and ``x.selector ``.
141
141
The selector consists of four right-aligned bytes.
142
- Both values are can be assigned to. For example:
142
+ Both values can be assigned to. For example:
143
143
144
144
.. code-block :: solidity
145
145
:force:
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ It is also possible to extend elementary types in that way:
120
120
}
121
121
122
122
Note that all external library calls are actual EVM function calls. This means that
123
- if you pass memory or value types, a copy will be performed, even of the
123
+ if you pass memory or value types, a copy will be performed, even in case of the
124
124
``self `` variable. The only situation where no copy will be performed
125
125
is when storage reference variables are used or when internal library
126
126
functions are called.
You can’t perform that action at this time.
0 commit comments