1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 17:54:26 +02:00

Merge pull request #4638 from Raymo111/patch-1

[YAML/en] Fix typo
This commit is contained in:
Marcel Ribeiro-Dantas
2023-04-07 22:01:49 -03:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ YAML doesn't allow literal tab characters for indentation.
--- # document start
# Comments in YAML look like this.
# YAML support single-line comments.
# YAML supports single-line comments.
################
# SCALAR TYPES #