summaryrefslogtreecommitdiffstats
path: root/docs/YamlIO.rst
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-04-14 20:52:58 +0000
committerEd Maste <emaste@freebsd.org>2015-04-14 20:52:58 +0000
commitffc045ab802ea542aabf1f1f22f97cb8a0ad6cde (patch)
tree222dda768b4360ab642ac9dcc2fed3ea0608e1e9 /docs/YamlIO.rst
parentecc4595ce4cb7fb6fdf6182693b6beef2f1cb5c6 (diff)
Correct 'teh' and other typos / repeated words.
Patch by Eitan Adler. Differential Revision: http://reviews.llvm.org/D8514 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/YamlIO.rst')
-rw-r--r--docs/YamlIO.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/YamlIO.rst b/docs/YamlIO.rst
index 76dd021f82f5..3cc683b6b820 100644
--- a/docs/YamlIO.rst
+++ b/docs/YamlIO.rst
@@ -332,7 +332,7 @@ as a field type:
}
};
-When reading YAML, if the string found does not match any of the the strings
+When reading YAML, if the string found does not match any of the strings
specified by enumCase() methods, an error is automatically generated.
When writing YAML, if the value being written does not match any of the values
specified by the enumCase() methods, a runtime assertion is triggered.
@@ -767,7 +767,7 @@ add "static const bool flow = true;". For instance:
};
With the above, if you used MyList as the data type in your native data
-structures, then then when converted to YAML, a flow sequence of integers
+structures, then when converted to YAML, a flow sequence of integers
will be used (e.g. [ 10, -3, 4 ]).