Skip to content

Commit aca68fe

Browse files
committed
remove a trailing space character (test commit)
1 parent d2a9739 commit aca68fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/YamlIO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ YAML is a human readable data serialization language. The full YAML language
1212
spec can be read at `yaml.org
1313
<http://www.yaml.org/spec/1.2/spec.html#Introduction>`_. The simplest form of
1414
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
15+
or string. The pound/hash symbol (#) begins a comment line. A mapping is
1616
a set of key-value pairs where the key ends with a colon. For example:
1717

1818
.. code-block:: yaml

0 commit comments

Comments
 (0)