mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix documentation formatting.
This commit is contained in:
+2
-2
@@ -311,7 +311,7 @@ on it.
|
||||
If external function types are used outside of the context of Solidity,
|
||||
they are converted into the ``bytes24`` type.
|
||||
|
||||
Example that shows how to use internal function types:
|
||||
Example that shows how to use internal function types::
|
||||
|
||||
library ArrayUtils {
|
||||
// internal functions can be used in internal library functions because
|
||||
@@ -356,7 +356,7 @@ Example that shows how to use internal function types:
|
||||
}
|
||||
}
|
||||
|
||||
Another example that uses external function types:
|
||||
Another example that uses external function types::
|
||||
|
||||
contract Oracle {
|
||||
struct Request {
|
||||
|
||||
Reference in New Issue
Block a user