diff options
Diffstat (limited to 'pt-br/d-pt.html.markdown')
-rw-r--r-- | pt-br/d-pt.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pt-br/d-pt.html.markdown b/pt-br/d-pt.html.markdown index ae4bab22..cb664643 100644 --- a/pt-br/d-pt.html.markdown +++ b/pt-br/d-pt.html.markdown @@ -130,7 +130,6 @@ class Matrix(uint m, uint n, T = int) { } auto mat = new Matrix!(3, 3); // O tipo 'T' foi padronizado como 'int'. - ``` Falando em aulas, vamos falar sobre propriedades por um segundo. Uma propriedade |