Skip to content

Commit b9460e0

Browse files
buffusdg
andcommitted
typo (#1052)
Co-authored-by: David Grudl <[email protected]>
1 parent f3eaa73 commit b9460e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nette/cs/introduction-to-object-oriented-programming.texy

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class Osoba
158158

159159
function vypisInformace()
160160
{
161-
echo "Věk: {$this->age} let\n";
161+
echo "Věk: {$this->vek} let\n";
162162
}
163163
}
164164

0 commit comments

Comments
 (0)