Skip to content

Commit

Permalink
typo (#1052)
Browse files Browse the repository at this point in the history

Co-authored-by: David Grudl <david@grudl.com>
  • Loading branch information
buffus and dg committed Sep 4, 2024
1 parent b64eace commit f1bd69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nette/cs/introduction-to-object-oriented-programming.texy
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class Osoba

function vypisInformace()
{
echo "Věk: {$this->age} let\n";
echo "Věk: {$this->vek} let\n";
}
}

Expand Down

0 comments on commit f1bd69f

Please sign in to comment.