We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a9739 commit aca68feCopy full SHA for aca68fe
llvm/docs/YamlIO.rst
@@ -12,7 +12,7 @@ YAML is a human readable data serialization language. The full YAML language
12
spec can be read at `yaml.org
13
<http://www.yaml.org/spec/1.2/spec.html#Introduction>`_. The simplest form of
14
yaml is just "scalars", "mappings", and "sequences". A scalar is any number
15
-or string. The pound/hash symbol (#) begins a comment line. A mapping is
+or string. The pound/hash symbol (#) begins a comment line. A mapping is
16
a set of key-value pairs where the key ends with a colon. For example:
17
18
.. code-block:: yaml
0 commit comments