Skip to content

Commit 466251b

Browse files
authored
Merge pull request #12689 from callezenwaka/develop
Fix typos on doc
2 parents 6df5342 + 5134daf commit 466251b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/assembly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ the variable will not point beyond ``calldatasize()`` is performed.
139139
For external function pointers the address and the function selector can be
140140
accessed using ``x.address`` and ``x.selector``.
141141
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:
143143

144144
.. code-block:: solidity
145145
:force:

docs/contracts/using-for.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ It is also possible to extend elementary types in that way:
120120
}
121121
122122
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
124124
``self`` variable. The only situation where no copy will be performed
125125
is when storage reference variables are used or when internal library
126126
functions are called.

0 commit comments

Comments
 (0)