diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-08-15 17:44:58 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-08-15 17:44:58 +0530 |
commit | 7ec13dbac3f5e56074264ccc647efebe8e149ea9 (patch) | |
tree | ea393fc899de5d9ef6ce44c040acd5c74cb00b6e | |
parent | 20edaa612a8f43f150bb3c0c64ac1ed6bd898f12 (diff) |
Fix build error in 'build/docs/es-es/objective-c-es/index.html'
-rw-r--r-- | es-es/objective-c-es.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/objective-c-es.html.markdown b/es-es/objective-c-es.html.markdown index bdbce524..26cd14d9 100644 --- a/es-es/objective-c-es.html.markdown +++ b/es-es/objective-c-es.html.markdown @@ -13,7 +13,7 @@ Objective C es el lenguaje de programación principal utilizado por Apple para l Es un lenguaje de programación para propósito general que le agrega al lenguaje de programación C una mensajería estilo "Smalltalk". -```objective_c +```objectivec // Los comentarios de una sola línea inician con // /* |