diff options
author | Marcel Ribeiro-Dantas <ribeirodantasdm@gmail.com> | 2023-06-27 09:58:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 09:58:42 -0300 |
commit | 6c8dbf6e22f1cb321505aeda4df9ddf3b51d0697 (patch) | |
tree | f65a6887ad243fceae2df7560c8706782af6cdf4 | |
parent | 0c6d23bcc86670c8fcc74c3e205c8fbb1a81de9e (diff) | |
parent | 612546428481acd60e4c1f5332c87a5dfa6895b0 (diff) |
Merge pull request #4693 from 0neomar/patch-1
[r/es-es] Fix typo
-rw-r--r-- | es-es/r-es.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/r-es.html.markdown b/es-es/r-es.html.markdown index 2b710b27..850952fa 100644 --- a/es-es/r-es.html.markdown +++ b/es-es/r-es.html.markdown @@ -16,7 +16,7 @@ LaTeX. ```r -# Los comentariso inician con símbolos numéricos. +# Los comentarios inician con símbolos numéricos. # No puedes hacer comentarios de múltiples líneas # pero puedes agrupar múltiples comentarios de esta manera. |