diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-08-29 18:02:42 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-08-29 18:02:42 +0530 |
commit | 926a2bdc88314eac0abbc82a1a15545435fec011 (patch) | |
tree | 051d97d7407bb9cea54ee4fb70d96ecea273bd59 | |
parent | b57cca8587b0205cd9b9e898143d2dc237a817be (diff) |
Revert "Fix build error in 'build/docs/es-es/objective-c-es/index.html'"
This reverts commit 38ac974e604b932e1be16d8e4bd87c2f46cdae88 as the
issue has already been fixed upstream.
-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 0e680372..bdbce524 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". -```objc +```objective_c // Los comentarios de una sola línea inician con // /* |