diff options
Diffstat (limited to 'pt-br/typescript-pt.html.markdown')
-rw-r--r-- | pt-br/typescript-pt.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pt-br/typescript-pt.html.markdown b/pt-br/typescript-pt.html.markdown index 7d28bf53..5888b641 100644 --- a/pt-br/typescript-pt.html.markdown +++ b/pt-br/typescript-pt.html.markdown @@ -161,7 +161,6 @@ var tuple = pairToTuple({ item1:"hello", item2:"world"}); // Incluindo referências a um arquivo de definição: /// <reference path="jquery.d.ts" /> - ``` ## Leitura adicional |