Skip to content

Commit 4821d84

Browse files
authored
Merge pull request #10 from travizanutto/patch-1
Update secao013.md
2 parents 16fdaaf + 556e747 commit 4821d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/secao013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ T maior(T a,T b) // Retornar o maior valor
104104
105105
int main(int, char**)
106106
{
107-
int a = maior(3, 7); // Retorna 10
107+
int a = maior(3, 7); // Retorna 7
108108
std::cout << a << std::endl;
109109
110110
double b = maior(6.34, 25.001); // returns 25.001

0 commit comments

Comments
 (0)