summaryrefslogtreecommitdiff
path: root/docs/YamlIO.rst
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
committerAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
commitbaf8c08693d2086cd8e45b31645812b51984b926 (patch)
treedf63f7a5598c5c6813bdfd76402acf867b8d9379 /docs/YamlIO.rst
parent54317ec64ac20c701e396ee34156b7ba158e385d (diff)
Fix documentation typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/YamlIO.rst')
-rw-r--r--docs/YamlIO.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/YamlIO.rst b/docs/YamlIO.rst
index 46609a3acd6..b1917b6469e 100644
--- a/docs/YamlIO.rst
+++ b/docs/YamlIO.rst
@@ -641,7 +641,7 @@ The YAML syntax supports tags as a way to specify the type of a node before
it is parsed. This allows dynamic types of nodes. But the YAML I/O model uses
static typing, so there are limits to how you can use tags with the YAML I/O
model. Recently, we added support to YAML I/O for checking/setting the optional
-tag on a map. Using this functionality it is even possbile to support differnt
+tag on a map. Using this functionality it is even possbile to support different
mappings, as long as they are convertable.
To check a tag, inside your mapping() method you can use io.mapTag() to specify