aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
diff options
context:
space:
mode:
authora4nkit <aktjha@gmail.com>2018-06-13 15:20:32 +0800
committera4nkit <aktjha@gmail.com>2018-06-13 15:20:32 +0800
commitf79efb8dbfc20c36e83000e664df3be326a534d0 (patch)
treeb580fc632dce55d8f353258c7a91be93ae701265 /docs/miscellaneous.rst
parent62b05d415765d8ca31dad7001a4a49648845aa7e (diff)
downloaddexon-solidity-f79efb8dbfc20c36e83000e664df3be326a534d0.tar.gz
dexon-solidity-f79efb8dbfc20c36e83000e664df3be326a534d0.tar.zst
dexon-solidity-f79efb8dbfc20c36e83000e664df3be326a534d0.zip
fix typo
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r--docs/miscellaneous.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst
index 0d49c3df..108d4c96 100644
--- a/docs/miscellaneous.rst
+++ b/docs/miscellaneous.rst
@@ -190,7 +190,7 @@ important for static analysis tools that operate on bytecode level and
for displaying the current position in the source code inside a debugger
or for breakpoint handling.
-Both kinds of source mappings use integer indentifiers to refer to source files.
+Both kinds of source mappings use integer identifiers to refer to source files.
These are regular array indices into a list of source files usually called
``"sourceList"``, which is part of the combined-json and the output of
the json / npm compiler.