diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-12 04:50:53 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-24 23:43:55 +0800 |
commit | 02a72871d2200dd415fbb8c7488235495ff012c2 (patch) | |
tree | bd86cf6df89fd1fb9c7f66aebb9514cf96bf143b /docs/layout-of-source-files.rst | |
parent | ac799aff0e237fe0e6c4246e36c39cc1fe3c116d (diff) | |
download | dexon-solidity-02a72871d2200dd415fbb8c7488235495ff012c2.tar dexon-solidity-02a72871d2200dd415fbb8c7488235495ff012c2.tar.gz dexon-solidity-02a72871d2200dd415fbb8c7488235495ff012c2.tar.bz2 dexon-solidity-02a72871d2200dd415fbb8c7488235495ff012c2.tar.lz dexon-solidity-02a72871d2200dd415fbb8c7488235495ff012c2.tar.xz dexon-solidity-02a72871d2200dd415fbb8c7488235495ff012c2.tar.zst dexon-solidity-02a72871d2200dd415fbb8c7488235495ff012c2.zip |
Change capitalisation
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r-- | docs/layout-of-source-files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index ae1e0d26..b3436576 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -61,7 +61,7 @@ It depends on the compiler (see below) how to actually resolve the paths. In general, the directory hierarchy does not need to strictly map onto your local filesystem, it can also map to resources discovered via e.g. ipfs, http or git. -Use in actual Compilers +Use in Actual Compilers ----------------------- When the compiler is invoked, it is not only possible to specify how to |